https://github.com/keremkoseoglu/kutapada
Password keeper
https://github.com/keremkoseoglu/kutapada
desktop dropbox dropbox-api encryption ios ios-app ios-swift json password password-keeper python swift
Last synced: 8 months ago
JSON representation
Password keeper
- Host: GitHub
- URL: https://github.com/keremkoseoglu/kutapada
- Owner: keremkoseoglu
- License: mit
- Archived: true
- Created: 2020-03-25T21:25:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T13:42:06.000Z (over 3 years ago)
- Last Synced: 2024-12-20T16:28:04.528Z (10 months ago)
- Topics: desktop, dropbox, dropbox-api, encryption, ios, ios-app, ios-swift, json, password, password-keeper, python, swift
- Language: Python
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Kutapada
Kutapada is a lightweight password keeper. Your passwords are kept in a local JSON file.## Desktop

- Create your own JSON file, which should look like data/sample_data.json
- Modify config/config.json so it points to your own data file
- Run main.py## Mobile

- Works over Dropbox
- Ensure that your JSON file is placed as Dropbox/Apps/kutapada/kutapada.json## Warnings
The encryption within the JSON file is not very strong. If you fork this repository, you might want to improve data/encryption.py .