python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OpenSSL AES_ecb_encrypt padding option?
I have built a C project in Visual Studio that just encrypts input data with AES128 ECB cipher using OpenSSL.
If my input is 16bytes the output is correct by anything shorter than that I get wrong out...

Michael Papageorge
Votes: 0
Answers: 1
compare AES-256-CBC hash in golang decrypt
I'm trying to compare the hash of a password, but when I compare it I get hieroglyphs and can't match whether it's true or false.
analog php function:
/*
* Split hash into pieces
* ([0] = ??, [1] ...
Frenk
Votes: 0
Answers: 1
How do I decrpyt a message with AES when I have only the encrypted message and a key in flutter?
How do I decrypt a message when I have only the message and the key?
I know the key (as a string), and the encrypted message is returned from my friend's API (as a string). My friend uses CryptoJS to ...
C. Nutchanon
Votes: 0
Answers: 0
Decrypting string with java/kotlin as is done with openssl enc
im trying to make an android app with inspiration from a bash script program, but im stuck here:
echo MTQ4MjY5 | openssl enc -aes256 -K "323537343635333835393239333833393637363436363238373938333...
fabelmk1
Votes: 0
Answers: 0