https://github.com/maheshthedev/encryptanddecrypt
Encryption and Decryption of User Data
https://github.com/maheshthedev/encryptanddecrypt
cplusplus-14 data-encryption
Last synced: 3 months ago
JSON representation
Encryption and Decryption of User Data
- Host: GitHub
- URL: https://github.com/maheshthedev/encryptanddecrypt
- Owner: MaheshtheDev
- Created: 2019-03-23T06:08:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T09:43:39.000Z (about 6 years ago)
- Last Synced: 2025-02-13T05:16:03.554Z (4 months ago)
- Topics: cplusplus-14, data-encryption
- Language: C++
- Homepage:
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encryption and Decryption of File
This Project contains 2 Module's
### 1.Encrypt the Data
### 2.Decrypt the Data
The First Module Actually Encrypt the Data that was entered by the User. It was Encrypted using very highly _Secure Algorithm_ which is **Hash Function**.
The Second Module, Data Decryption this module will activate when security pin has entered. Same case Using **Hash Function** Data is Decrypted.
#### P.S: In Case any Problem occured in Code. Raise an Issue,i will definitely Respond.