ThaGaCL / criptografia-aes

Comparar nossa implementação do AES com a do OpenSSL
0 stars 0 forks source link

Achar a implementação do AES ECB no openssl #2

Closed ThaGaCL closed 4 hours ago

ThaGaCL commented 4 hours ago

https://github.com/openssl/openssl/blob/master/crypto/aes/aes_ecb.c

ThaGaCL commented 4 hours ago

https://www.geeksforgeeks.org/implementation-of-vernam-cipher-or-one-time-pad-algorithm/