How to make a encrypt and decrypt passwords for user login screen? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a encrypt and decrypt passwords for user login screen?

I would like to know how to encrypt a password for my c ++ program is using Postgres SQL and you'll pass the encrypted password to the database and then descriptarla to read in the program

24th Oct 2016, 6:53 PM
Osvaldo López Ruiz
Osvaldo López Ruiz - avatar
2 Answers
+ 3
try using ascii to encrypt. note that learning every thing in ascii is kinda hard, what I did is I made a program which encrypted a text and another for decrypting i had fun making the program
25th Oct 2016, 11:38 AM
imaqtpie
imaqtpie - avatar
0
Do you think you could give me the code to get an idea of how to do it?
25th Oct 2016, 1:28 PM
Osvaldo López Ruiz
Osvaldo López Ruiz - avatar