Search notes:

openssl enc

-pbkdf2

pbkdf2 stands for password based key derived function 2.
$ openssl enc -aes-256-cbc -in file.txt -out file.txt.encrypted -pass pass:9jd0kdfj0zkj4f
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.

$ openssl enc -aes-256-cbc -in file.txt -out file.txt.encrypted -pass pass:9jd0kdfj0zkj4f -pbkdf2

Base 64 encdodind/decoding

openssl enc    -base64 -in xyz.png -out xyz.b64
openssl enc -d -base64 -in xyz.b64 -out xyz.png

See also

openssl enc -ciphername is similar to openssl ciphername. The first form does not work with engine-provided ciphers because this form is processed before the configuration file is read and any ENGINEs loaded.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758207380, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/security/cryptography/SSL-TLS/OpenSSL/executable/enc(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78