This program generates passwords for the user. The user can choose to use what kinds of charactes to use and how many characters the password contains. Then the user can send the encrypted password to his/her email and decrypt it using the function in the program
The program was made with Visual Studio 2015 and uses C# and wpf form. For encryption the program uses AES.