15

Learning cryptography, Dont fucking know why , guess my boss said so

Comments
  • 2
    Welcome to devrant! remeber, when using crypto, always make sure to follow best parctices. Don't cut corners, don't take shortcuts. Or you will end up with encraption, instead of emcryption.
  • 2
    It's not secure enough if you are coding it yourself. 99.99% you'll leave some trapdoor which can be exploited. Always use trusted libraries and make sure to update them very frequently.
  • 1
    Grasp the concepts of cryptography, the basics like public key and private key cryptography, if you need the basics only. If interested, you can even learn how the Algorithms like RSA work. Learn the handshake mechanism in HTTPS. But don't implement any algorithm yourself which will get used in production. :)
  • 0
Add Comment