Interview exercise for company Rusteleteh.
It uses openssl library for encryption and decryption both login and password.
It requires cmake and the libraries openssl and ncurses in your system.
Run cmake . and make in the repository folder. Then binary file will built in the folder bin.
For starting autotesting use the command ctest.