PassShed v2.1 (UPDATED)

For general talk about Cloud Nine / DF2.

PassShed v2.1 (UPDATED)

Postby Bullet Magnet » June 10th, 2013, 5:48 pm

PassShed v2.1 Download

Read the README to see new changes and version information. 2.1 will likely be the final release unless you guys find major bugs.
Last edited by Bullet Magnet on September 20th, 2013, 11:28 pm, edited 17 times in total.
User avatar
Bullet Magnet
Squad Member
 
Posts: 1472
Joined: February 6th, 2011, 5:53 pm

Re: PassShed v1.0

Postby BlackCat » June 11th, 2013, 11:20 am

Cool. Can you set the application to be password protected itself so that nobody sharing your computer can access the passwords contained therein?
User avatar
BlackCat
 
Posts: 1674
Joined: February 12th, 2011, 12:05 pm

Re: PassShed v1.0

Postby Bullet Magnet » June 11th, 2013, 12:46 pm

Yea, I did that in an earlier build but took it out for the first release. That will probably be the next feature I add, and it shouldn't take long.

A master password should be enough to keep the average user out of your passwords, but this definitely wasn't built for security. I know it seems counterintuitive since it's a password manager, but this was mainly a learning experience that has actually turned into a usable app for me, so I thought I'd do a small release. If I keep working on this (very likely), I'll probably look into encryption to maximize security.
User avatar
Bullet Magnet
Squad Member
 
Posts: 1472
Joined: February 6th, 2011, 5:53 pm

Re: PassShed v1.0

Postby Bullet Magnet » June 12th, 2013, 6:33 am

I've implemented a few new features and have uploaded the new version. I'd appreciate any feedback as I'm not sure how the master password will act on all PCs.
User avatar
Bullet Magnet
Squad Member
 
Posts: 1472
Joined: February 6th, 2011, 5:53 pm

Re: PassShed v1.0

Postby Pause » June 14th, 2013, 7:52 pm

will let you know!

how about a feature that imports .csv files for those of us who already have a massive spreadsheet? ;)
PROUD CiX Member
User avatar
Pause
Squad Member
 
Posts: 1349
Joined: February 5th, 2011, 1:10 am
Location: Michigan, USA

Re: PassShed v1.0

Postby Bullet Magnet » June 15th, 2013, 12:53 am

Pause, I've been working on the next version so I wouldn't even bother with that one for now. It's not secure at all. The newest version will include hashed master passwords and encryption/decryption since you can currently just open the database file and view the passwords outside the application, lol.

And actually, importing an excel spreadsheet is a remote possibility since C# has built-in Excel functionality.
User avatar
Bullet Magnet
Squad Member
 
Posts: 1472
Joined: February 6th, 2011, 5:53 pm

Re: PassShed v1.0

Postby BlackCat » June 15th, 2013, 10:03 am

That's awesome. I love Excel.
User avatar
BlackCat
 
Posts: 1674
Joined: February 12th, 2011, 12:05 pm

Re: PassShed v1.0

Postby Zorro » June 15th, 2013, 12:26 pm

CSVs are just comma delimited text files. Technically you can just:

1. Stream the file as a string.
2. Split the string at each new line, which will be your rows.
3. Split each row at the commas (or whatever is used to delimit the columns in the CSV).

No Excel library is really needed. Now, it obviously gets more complex for CSV's that use escaping characters, quotes, etc., for which a small library or function for opening CSV's does come in handy. I would encourage you to avoid using a library to read a CSV this time around, as the learning experience of doing it with low-level code is going to be more beneficial for your ever growing skillset.

:mrgreen:

P.S. For those of you who don't yet know, BM just landed his first internship (database architect)! Let's all give him a big round of applause and congrats! I'm uber proud of him for his self-motivation and desire to improve his skillset. He's now going to be able to advance from :? to :geek:, which paves the way to becoming :ugeek:.
Research shows that one in three Clinton supporters are just as stupid as the other two.
Zorro
Squad Member
 
Posts: 543
Joined: February 5th, 2011, 12:25 pm

Re: PassShed v1.0

Postby BlackCat » June 16th, 2013, 9:35 am

Wooooooo!!!! I love that last sentence of yours, Zorro. Congrats, BM! "Database people are much needed these days," said my IT teacher last year.
User avatar
BlackCat
 
Posts: 1674
Joined: February 12th, 2011, 12:05 pm

Re: PassShed v1.0

Postby Pause » June 16th, 2013, 7:43 pm

haha so true tho.. we could use one where i work :P
PROUD CiX Member
User avatar
Pause
Squad Member
 
Posts: 1349
Joined: February 5th, 2011, 1:10 am
Location: Michigan, USA

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 193 guests

cron