все обо всем
Encrypt/Decrypt simple file over ssl
encrypt:cat my.key | openssl enc -aes-256-cbc -e > my.key.ssl
decrypt:cat my.key.ssl | openssl enc -aes-256-cbc -d > my.key
Комментариев нет:
Отправить комментарий