Encrypt Decrypt Password - C Language

preview_player
Показать описание
This is an Encrypt-Decrypt process written in C language.
(For Linux Users)

Encryption is a process that transforms the original information into an unrecognizable form. This new form of the message is entirely different from the original message. That’s why a hacker is not able to read the data as senders use an encryption algorithm. Encryption is usually done using key algorithms.

Decryption is a process of converting encoded/encrypted data in a form that is readable and understood by a human or a computer. This method is performed by un-encrypting the text manually or by using keys used to encrypt the original data.

Рекомендации по теме
Комментарии
Автор

interesting implementation of a pad cipher! very good!

nuggetteam