An open API service indexing awesome lists of open source software.

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

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.