/cryptography

Secret Encryption-Decryption system

Primary LanguageCSSMIT LicenseMIT

TR

Cryptography

Think about it, you are having a conversation where no one can understand your conversation except your friend and you. That's so cool! 😎

Scroll to learn how to use it!

Website : https://kamileray.github.io/cryptography/


What is encryption?

  • Encryption is the method by which information is converted into secret code that hides the information's true meaning. The science of encrypting and decrypting information is called cryptography.

  • In computing, unencrypted data is also known as plaintext, and encrypted data is called ciphertext. The formulas used to encode and decode messages are called encryption algorithms, or ciphers.

What is symmetric encryption?

  • Symmetric encryption uses the same key for encryption and decryption. Because it uses the same key, symmetric encryption can be more cost effective for the security it provides. That said, it is important to invest more in securely storing data when using symmetric encryption.

    Cryptography

What can I use this for?

  • To gossip privately with your friends,
  • Writing messages that you don't want others to see, and things like that...

Everything is ok, but.. How can use this?

  • That's so easy!
  • The basic step you will take to create a ciphertext is, creating a key(keyword) with your friend(s). (But ssh! This key must be secret 🤫)

Encoding

Cryptography

Decoding

Cryptography


How is it work?

Cryptography



DEVELOPED BY: K.ERAY ÖZAYDIN

IMPORTANT: This encryption algorithm is not %100 secure for the most private things. It is possible for the key to fall into the hands of undesirables or (however difficult) cracked by strong password cracking algorithms.

Cryptography