Thread: PassShed
View Single Post
  #1  
Old 06-17-2013, 04:38 PM
--BulletMagnet-- is offline --BulletMagnet--
--BulletMagnet--'s Avatar
DF2 Forever

Join Date: Jun 2005
Location: USA
Posts: 718

Send a message via MSN to --BulletMagnet--
PassShed

For any of you who don't know, I've been programming for several years now and am pursuing a degree in IT (specifically, applications development).

PassShed is a personal project I've been working on in C# for the past few weeks (outside of school, of course... damn place hasn't taught me anything useful) and probably the biggest project I've taken on. As the name implies, it's a password/user account manager.

I'd really appreciate some testers/users to track down bugs and suggest improvements/new features.

[Current Release] Download Link (v1.2)

README:

Code:
PassShed
Version 1.2
BluShark Media

====Description============================
PassShed was developed to be a simple, data-driven 
solution for managing user accounts and passwords.
===========================================

====ChangeLog/Release Notes================
v1.2 (6/17/13)
- Drastically improved security features
- Redesigned installer to support keeping settings/data when uninstalling/reinstalling
- After adding/updating a record, it is now automatically selected in the Shed
- Minor GUI tweaks
- Cleaned up/optimized code and other stuff you guys don't care about

v1.1
- Changed default installation destination for Windows 8 users
- Implemented master password
- Added tooltips for most controls
- User is now warned of the consequences of deleting a category
- Cleaned up code
============================================

====Known Bugs/Issues=======================
Bugs:
- All bugs are currently in hiding; please report any

Minor Issues/Annoyances:
- If the user adds a record belonging to category X while viewing category Y, 
  the Shed does not navigate to category X (currently attempting a work-around)
- If the user clicks on a row in "View All" mode, the category ComboBox does not
  update accordingly (attempting a work-around, but I suggest adding records from
  within its category view)
============================================
Reply With Quote