Quantcast
Channel: けんさんのIT知識 »プログラミング
Viewing all articles
Browse latest Browse all 7

ファイルの暗号化の方法(OpenSSL利用)

$
0
0

簡単。

http://builder.japan.zdnet.com/etc/20374272/

$ openssl enc -aes-256-cbc -salt -in foo.txt -out foo.enc -pass pass:xxxx
$ openssl enc -d -aes-256-cbc -in foo.enc -pass pass:xxxx

Viewing all articles
Browse latest Browse all 7

Trending Articles