- ベストアンサー
fedora14で使えるファイルを暗号化するソフト
fedora14で使えるファイルを暗号化するソフトを欲しいと思っています yumでインストールできるものが一番いいのですが もしプログラム名を知っていれば教えてください よろしくお願いします
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
定番ソフトなTrueCrypt http://www.truecrypt.org/ 展開して、 /usr/bin/truecrypt を実行したら起動した気がするが、sudoがいるような。
お礼
ありがとうございます realcryptがyumでインストールできるようなので使って見ようと思っています Based on TrueCrypt なので同じようなものかと思われます # yum info realcrypt.i686 読み込んだプラグイン:presto, refresh-packagekit インストール済みパッケージ Name : realcrypt Arch : i686 Version : 7.0a Release : 1.fc14 Size : 2.8 M リポジトリ : installed From repo : rpmfusion-nonfree-updates Summary : Cross platform disk encryption software URL : http://www.truecrypt.org/ License : TrueCrypt License Version 2.8 説明: Based on TrueCrypt, freely available at http://www.truecrypt.org/. realcrypt is mainly just a rebrand to allow for modifications to take place, functionality remains all the same. Main Features: Creates a virtual encrypted disk within a file and mounts it as a real disk. Encrypts an entire hard disk partition or a storage device such as USB flash rive. Encryption is automatic, real-time (on-the-fly) and transparent. Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography). 2) No RealCrypt volume can be identified (volumes cannot be distinguished from random data). Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent, Triple DES, and Twofish. Mode of operation: LRW (CBC supported as legacy). #
補足
さっそく使って見ました 使えそうです ありがとうございました