Skip to content

suonto/pwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The version in folder "sources" is clean and in operation at suonto.com. Inside, there are two folders, one for local execution and another one that is the suonto.com password manager client.

DEPENDENCIES:
Twisted
requests
pyOpenSSL
pycrypto
simplejson

RUNNING:
The local version can be run by:
python sside1.1/http_server.py (in one process)
python cside/gui.py (in another one)

The suonto.com client can be run by:
python cside/gui.py


ABOUT SECURITY:
If somebody managed to break into the server and steal everything, they would not be able to decrypt your passwords. The passwords are encrypted by RSA public key, stored on your computer. The key file on your computer is encrypted using your master password, so in case somebody broke also into your computer, your security would depend on the password strength. 

MULTI ACCESS:
In case you wish to access your passwords from multiple computers, you need to copy your .pem file into the other computer manually.

ACCOUNTS:
Demo accounts are available, if you want to have an account on suonto.com, email me.


About

suonto.com password manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages