Posts

Showing posts from April, 2017

File ENCRYPTION Software

Image
ENCRYPTION  Creating Own Encryption Software with Shared key Do you have  Files ( .txt  , .pdf  , .jpg , .png , etc ) Which you don’t want to see any unauthorized people access your files? Then This will Teach you how can you protect those kind of files which are included more valuable data. Three Main things we need to know Cryptography        - Is a Practices and studies of transforming readable information into unreadable format. Plain text                  - Readable Data Cipher text             - Encrypted Data (Unreadable)   We can do encryption  in two ways: Asymmetric Encryption - Also known as public key cryptography, uses public and private keys to encrypt and decrypt data.                    Ex:RSA,EIGamal,elliptic,curves,DH. Symmetric Encryption...