2 matches found
cryptr
cryptr A simple shell utility for encrypting and decrypting files using OpenSSL. Installation root@kitploit: git clone https://github.com/nodesocket/cryptr.git ln -s "$PWD"/cryptr/cryptr.bash /usr/local/bin/cryptr Requirements shred if optionally deleting original file. Bash tab completion Add...
5.5AI score
SaveExploits0
cryptr
cryptr OpenSSLを使用したファイルの暗号化・復号化のためのシンプルなシェルユーティリティ。 インストール root@kitploit: git clone https://github.com/nodesocket/cryptr.git ln -s "$PWD"/cryptr/cryptr.bash /usr/local/bin/cryptr 要件 元のファイルをオプションで削除する場合、shred が必要です。 Bashのタブ補完 tools/cryptr-bash-completion.bash をタブ補完ファイルディレクトリに追加してください。 コマンド encrypt...
6AI score
SaveExploits0References2
20