passphrase:使用 Diceware 方法生成密码短语的 Ruby 库和命令行工具

时间:2021-06-11 11:25:02
【文件属性】:
文件名称:passphrase:使用 Diceware 方法生成密码短语的 Ruby 库和命令行工具
文件大小:1.81MB
文件格式:ZIP
更新时间:2021-06-11 11:25:02
Ruby 密码 使用密码短语为 SSH 或 GPG 密钥生成密码短语。 例如,在命令行上,运行 $ passphrase --num-words=4 dokusi uolgo allunga totalisa 或以编程方式, require "passphrase" p = Passphrase :: Passphrase . new ( number_of_words : 4 ) passphrase = p . passphrase 密码短语还具有生成密码的能力(间接)。 安装 Passphrase 命令行工具和库可以通过以下方式安装 $ gem install passphrase 但是,因为 gem 是加密签名的以防止篡改,所以首选安装命令应该包括--trust-policy安全选项,这会导致 gem 在安装之前进行验证。 要调用此选项,您必须首先将我的公钥esumbar.pem添
【文件预览】:
passphrase-master
----.gitignore(52B)
----.rspec(53B)
----bin()
--------passphrase(71B)
----LICENSE(1KB)
----helpers()
--------passphrase()
----CHANGELOG.md(2KB)
----passphrase.gemspec(1KB)
----certs()
--------esumbar.pem(1KB)
----spec()
--------spec_helper.rb(4KB)
--------passphrase()
----README.md(9KB)
----lib()
--------passphrase.rb(202B)
--------passphrase()
----database()
--------raw_data()
----Gemfile(39B)
----.yardopts(94B)
----Rakefile(323B)

网友评论