Encryption icon indicating copy to clipboard operation
Encryption copied to clipboard

Equivalent default build encryption in OpenSSL

Open joaoeudes7 opened this issue 4 years ago • 0 comments

Hi, I tried to use the openssl tool for encrypt according to the standard build of this library, but I was not successful, could you help me? Maybe I'm not going wrong IV, because in the library it only accepts 16 bytes after converting to byteArray

I try: openssl aes-128-cbc -e -pbkdf2 -salt -S "----------------" -iv "--------------------------------" -iter 1 -in ./tls_key_original.key -out tls_openssl.key -pass pass:"----------------" -base64

joaoeudes7 avatar Apr 20 '21 12:04 joaoeudes7