Best Flask open-source libraries and packages

SnailPass REST API

REST API for a cross-platform password manager
Updated 1 year ago

SnailPass-REST-API

$${\color{red}STILL \space\space IN \space\space DEVELOPMENT}$$

SnailPass is a future password manager that I'm writing with my colleagues. It will be supporting three different platforms: Windows, Android and IOS. And this repository is a REST API for the project. We will be using AES-256-CBC and PBKDF2(SHA-512) algorithms to encrypt all the password data and hash master passwords.

Documentation

Click me

Dependencies

Run pip install -r requirements.txt in the project directory to install all dependencies

Links to client repositories

Windows client