Method to Decrypt passwords in C++

Tushar Takshak Apr 02, 2021

This code takes a string input by a user and decrypts it into its actual corresponding password in C++.

- This Reverse Engineering project takes input from users the encrypted password and decodes two types of passwords numerical and string types correspondingly.
 
- Numerical passwords include passwords in form of numbers for example (213123, 1231245125, 123125124, etc.).
 
- And the String type will include strings like ("/,.],.']/", "asdasd.asd.asd./'][",  etc)

 

Following are the snapshots of these two types of passwords decrypted:

 

Numerical password:-

https://coderspacket.com/uploads/user_files/2021-04/dec2-1617345200-516.PNG

 

String password:-

https://coderspacket.com/uploads/user_files/2021-04/dec1-1617345187-516.PNG

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment