https://github.com/drimiteros/secret_scribble_v1.0-open
An offline password manager with a graphical user interface
https://github.com/drimiteros/secret_scribble_v1.0-open
authentication cryptography encryption open-source password-manager privacy security security-tools
Last synced: 4 months ago
JSON representation
An offline password manager with a graphical user interface
- Host: GitHub
- URL: https://github.com/drimiteros/secret_scribble_v1.0-open
- Owner: Drimiteros
- Created: 2024-10-26T20:49:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T03:52:43.000Z (over 1 year ago)
- Last Synced: 2025-05-16T15:14:43.719Z (about 1 year ago)
- Topics: authentication, cryptography, encryption, open-source, password-manager, privacy, security, security-tools
- Language: C++
- Homepage: https://drimiteros.github.io/Secret-Scribble-Website/
- Size: 6.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret Scribble 🔐
> Please keep in mind that the current version (v1.0-open) has some security flaws and weak security measures. This version is currently not recommended for real-world use or a serious security measure. And please pardon my junky and unprofessional code 😅
Is an offline password manager for Windows. It has basic features that you will find in the most popular ones, along side with some unique! You can see more detailed information & download the executable on its official webpage **(https://secretscribble.42web.io)** (The website is a bit outdated and some features advertised are not yet implemented to the app).
## Linking steps ✅
1. You will need to download and link SFML 2.6.0 **(https://www.sfml-dev.org/download/sfml/old-versions.php)**. You can follow this useful video to guide you through the linking proccess **(https://www.youtube.com/watch?v=WoVoIhgutMU)**
2. You will need to download and link a custom version of ImGui that works with SFML **(https://github.com/SFML/imgui-sfml)**. You can follow this useful video to guide you through the linking proccess **(https://www.youtube.com/watch?v=2YS5WJTeKpI)**
3. You will need to download and link the Cryptopp library **(https://github.com/weidai11/cryptopp)**. You can follow this useful video to guide you through the linking proccess **(https://www.youtube.com/watch?v=5XE4zEN-WKg)**
4. After linking all the above correctly, the project should build fine!
## Use of the external libraries 📚
- SFML handles graphics, audio and networking. It will allow us to easily make custom UI and use its networking feature for password sharing in the future.
- ImGui is a UI library, but we only use it for its advanced text editor feature.
- Cryptopp handles all the encryprion. It provides all the juicy encryption-decription algorithms!
## Current Bugs & Features 📃
View the complete list of Bugs & Features (https://trello.com/b/HFSmdyyM/secret-scribble)