Skip to content

psi-4ward/PassSafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser based Password Safe

De-/encrypt you're stored passwords inside your browser and transfer only the ciphertext to the server. This is nice to embend into existing systems like Wikis.

Demo with localStorage adapter: http://embed.plnkr.co/NWioHV83hmlzFpiI6TFg/preview

Adapters:

Adapters are responsible to store and retrieve the ciphertext from any persistent storage. You could easily implement your adapter and imeplement a loader() and saver(ciphertext) method.

Available adapters:

Notes

Crypt algorithmus: http://bitwiseshiftleft.github.io/sjcl/

License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL
Author: 4ward.media

About

Browser based password safe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published