Jump to content

Rijndael


Atton

Recommended Posts

Posted
I don't see where this algorithm would ever be more useful than the ones already implemented. Either way, one could easily make a module or even use an existing implementation of AES in Lua for whatever needs.

Aes runs about 100x faster in CPP

Nikola Tesla is love Nikola Tesla is light.

Email: [email protected]

  • 4 weeks later...
Posted

MTA supports SHA256 (part of SHA2), which is also created by the National Security Agency. The only reason SHA256 isn't used to store classified information is because it's a one-way hash function, whereas AES is a cryptosystem. Doesn't mean it's any less secure.

Retired

Posted

Hash and encrypting have a lot of differences.

MTA uses SHA256 as stated by Callum. SHA256 is a hash and AES is encryption.

AES can be decrypted but not SHA256. SHA256 must be brute forced. In MTA password system, there's a salt encryption also. Jusonex posted that somewhere.

Posted
Hash and encrypting have a lot of differences.

MTA uses SHA256 as stated by Callum. SHA256 is a hash and AES is encryption.

AES can be decrypted but not SHA256. SHA256 must be brute forced. In MTA password system, there's a salt encryption also. Jusonex posted that somewhere.

Hashing is a summary not an act of scrambling.

Nikola Tesla is love Nikola Tesla is light.

Email: [email protected]

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...