An open API service indexing awesome lists of open source software.

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

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)