Click here to Skip to main content
15,885,216 members
Articles / Security

YAPM (Yet Another Password Manager)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
10 Mar 2018CPOL6 min read 21K   1.6K   16  
This article describes the security techniques required to create a secure offline password manager and how the Libsodium library has been used to achieve this. YAPM stores passwords with AES encryption and authenticates users with an Argon2 hash.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
United Kingdom United Kingdom
I've done some projects on InfoSec and other general programming, some are uploaded here on CodeProject.

One of which is taps, a CLI Linux system security audit tool.

Comments and Discussions