Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 766 Bytes

MDPG

Password generator based on crypto_scrypt by Colin Percival. The idea of the program is to generate complex passwords when they are needed, not to remember or store them. It is enough to remember one main password.

Note: I'm not a security expert. I cannot assess the reliability of this method. This program is an analogue of other programs based on crypto_scrypt. ... Possibly more usable.

mdpg

Install

Change the current working directory to ".../src". Do "make" to compile the program. Do "sudo make install" to install the program. Do "sudo make uninstall" to uninstall the program.

This method is not suitable for all systems. I recommend looking at the actions in the Makefile.