LoginSignup
0
0

More than 3 years have passed since last update.

OpenSSLを使ったファイルの暗号化

Posted at

暗号化する

$ openssl des3 -salt -in %暗号するファイル% -out %暗号化されたファイル%

復号する

$ openssl des3 -d -salt -in %暗号化されたファイル% -out %復号ファイル%
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0