https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234028
Bug ID: 234028
Summary: Openssl cannot decrypt properly
Product: Base System
Version: 12.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
If I encrypt a file on 11.1 using aes256:
master# openssl enc -aes256 -in xxx.c -out xxx.enc
Then transfer xxx.enc to 12.0 and try to decrypt it, I get garbage with a
couple of what appear to be warnings:
test# openssl enc -d -aes256 -in xxx.enc
enter aes-256-cbc decryption password:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
s??6@TU?lPD?]+?'RPB????^?"?wHC?^q۸??p5YkZ?t?????/?i????B????#?%?8'??!NAZ`!?m??K^
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"