Skip to content

Simple password manager without particular features

License

Notifications You must be signed in to change notification settings

chromia/passstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passstore

Simple password manager without particular features.
This project is for practice python&Git and an kivy example.

feature

  • Simple key-value store
  • Data is encrypted by AES
  • Password is not saved( enter at startup every time )

dependency

usage

  1. open app/base.kv with text editor, edit below code.

font_name: 'meiryo.ttc'

If you are using multi-byte language( e.g. Japanese, Chinese, Korean, etc... ),
You may rewrite 'meiryo.ttc' to your language compatible font( 'simsum.ttc', 'malgun.ttf', etc... )
*Kivy does not have multi-language fonts.
If you are using single-byte language, remove this line. Then the app use default font 'Roboto'.
  1. run passstore.py

python passstore.py

notes

tested only on the following environment for now

  • windows10
  • python3.5.2
  • kivy v1.10.1
  • pycrypto 2.6.1

About

Simple password manager without particular features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages