Skip to content

A simple password generator/manager created for personal use.

Notifications You must be signed in to change notification settings

Zennii/ZenKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenKeeper

A simple password generator/manager created for personal use.

Built in C# to be used on Windows.

Configuration

There are a few things you can change to your preference.

  • Hotkey can be changed in the hook.RegisterHotKey at Line ~72 of Form1.cs
  • It is recommended to change the salt at the start of CryptoURL.cs to a custom value.
  • It is recommended to change the Environment Variable value set in Form1_Load to a custom value. This is used as a secondary salt for encryption/decryption, on top of the Master Password.

About

A simple password generator/manager created for personal use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages