This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

custom encryption and decryption

ho dudes.

i wanna make some custom encryption functions to stop people snooping at my data. i dont wanna use aes or the other ones.

btw, i think that i may need the encryption template, when i saw through some crypto code.

can someone help with good code?

Parents
  • "everybody knows the ones like aes and knows how to reverse them"

    Aha.

    "AES has been adopted by the U.S. government and is now used worldwide. It supersedes the Data Encryption Standard (DES),[5] which was published in 1977. The algorithm described by AES is a symmetric-key algorithm, meaning the same key is used for both encrypting and decrypting the data."

    Hmm.

Reply
  • "everybody knows the ones like aes and knows how to reverse them"

    Aha.

    "AES has been adopted by the U.S. government and is now used worldwide. It supersedes the Data Encryption Standard (DES),[5] which was published in 1977. The algorithm described by AES is a symmetric-key algorithm, meaning the same key is used for both encrypting and decrypting the data."

    Hmm.

Children