79105861

Date: 2024-10-19 20:27:27
Score: 1.5
Natty:
Report link

DISCLAIMER: I am the author of this package

There is a simple-password-manger library on github:
https://github.com/image357/password

It is suitable for both Windows and Linux (32 and 64 bit) and has cross-platform file storage. By default it stores encrypted passwords as files and folders. However, you can also turn on hashed storage if you are only concerned with reset / login use-cases.

It uses AES256 encryption with a state-of-the-art and secure hashing algorithm (Argon2). You can also enable recovery mode, which is effectively multi-key encryption. It also employs data padding if you are concerned with password length attacks.

Additionally, you can start a REST service for access to your password storage.

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: image357