OpenSSL とは

コマンド

openssl

公開鍵暗号方式RSA

デジタル証明書X.509

ランダムなバイト列を生成

openssl rand <バイト数>
openssl rand -hex <バイト数>
openssl rand -base64 <バイト数>
openssl rand -out <file-name> <バイト数>

パスワードのハッシュ化

openssl passwd -salt <salt-string> -5 <password> ※SHA-256
openssl passwd -salt <salt-string> -6 <password> ※SHA-512

ヘルプ

openssl help
openssl help dgst/enc/
openssl <command> -help
openssl list -help
openssl list -commands
openssl list -standard-commands
openssl list -cipher-commands
openssl list -digest-commands

その他、例

脆弱性

参考サイト

関連用語


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS