タグ

openpgpに関するnabinnoのブックマーク (2)

  • OpenPGP.js | OpenPGP JavaScript Implementation

    About This project aims to provide an Open Source OpenPGP library in JavaScript so it can be used on virtually every device. Instead of other implementations that are aimed at using native code, OpenPGP.js is meant to bypass this requirement (i.e. people will not have to install gpg on their machines in order to use the library). The idea is to implement all the needed OpenPGP functionality in a J

  • 21 OpenPGP準拠ツールの互換性 COMM Internal Note 010    /     PGP-004 22

    ちなみにヘルプのPubkey: の所で示される``-E''は暗号化 アルゴリズムとしての利用,``-S''は電子署名アルゴリズムとしての利用という 意味である.GnuPGでは鍵生成の時にRSA鍵を作る選択肢は用意されていない. コラム: これは技術的な問題でも実装のためでもなく過去に存在したRSAパテントの問 題である.また今後もRSAの鍵生成をサポートする予定はない.PGPはRSAの鍵 生成用意してはいるが筆者からは利用を推奨しない.方向性としてはPGP, GnuPGの両陣営ともRSAを使わない方向に向かっている. まず一番最初に,自分の鍵(公開鍵ペア)がなければ始まらないので,鍵を生成 する.そのまえに,鍵ペアを納めるディレクトリが必要である.デフォルトで ある~/.gnupgを生成する.このディレクトリを作成後,``-gen-key''オプショ ンを用い鍵を生成する. なおgpgを実

  • 1