Hi i'm tring to decrypt using libressl from the command line how could i do? This is the way I encrypt
openssl enc -aes-128-gcm -d -in test -out test.enc -p -S "01010110"
it return to me "bad decryption" but the result in the file is correct! What could I do?
How i can check integrity in LibreSSL?