文件名称:puttykey:PuTTY Key ParserFormatter
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-25 07:22:54
Ruby
puttykey (网址) 说明: 解析、格式化 PuTTY 私钥 (.ppk) 格式。 将 PuTTY 密钥转换为 SSL 密钥。 特点/问题: 解析和解密 PuTTY 私钥(.ppk 格式) 格式化 PuTTY 私钥(支持加密) 与 OpenSSL::PKey::RSA 相互转换 概要: PuttyKey . load filename , passphrase # => PuttyKey PuttyKey . parse string , passphrase # => PuttyKey putty_key . to_ppk ( passphrase ) # => String putty_key . to_openssl # => OpenSSL::PKey::RSA 例子: 将 OpenSSH 密钥转换为 PuTTY 格式: ssh_key = Ope
【文件预览】:
puttykey-master
----.gitignore(20B)
----Manifest.txt(94B)
----README.rdoc(2KB)
----lib()
--------puttykey.rb(6KB)
----History.txt(62B)
----Rakefile(554B)
----test()
--------test_puttykey.rb(6KB)