67
AlgoRythm
185d

Military grade encryption: md5
Enterprise grade encryption: Base64

Comments
  • 13
    how 2 encrypt: base64 | base64 | base64 | base64 and so on...
  • 2
    ... md5 eh ?
  • 8
    I usually just base64 my strings in a do loop a random amount every time.

    When I want to decrypt I just go grab the raw value from a file on the server with the hash as the name.
  • 33
    Personal project with no userbase: sha-512
  • 30
    I still favour ROT-13. Executed twice to have twice the security.
  • 3
    It's not only the algorithm...
  • 6
    @Fast-Nop just go directly for rot26. It is 2x as strong!
  • 1
    @illuminaughty You never know that may end up as the most secure way to store values lol lmao.
  • 0
    Ultimate encryption: Plain Text
  • 3
    @illuminaughty “racecar”.reverse()👌
  • 0
    after all the revelations of companies storing passwords in plaintext, base64 would be an upgrade.
  • 2
    Lol I think you people missed the ceasar cipher
  • 1
    @Flamestro rot is caesar cipher
Add Comment