os 发帖数: 81 | 1 如何在Ubuntu上创建一个基于命令行的密码保护程序
赵珂, cn.zhaoke.com
http://blog.zhaoke.com/95.html
2007年3月18日
介绍
本文主要介绍在Ubuntu Linux上如何创建一个简单的脚本来保护您的密码信息. 脚本由
Duane Odom编写, 使用了Dialog会话和GnuPG密码程序. 大致的过程是: 首先运行脚本,
然后屏幕显示一个对话框, 用户要求输入主口令, 然后解密指定文件的所有信息, 接
下来在文本编辑器中打开文件. 当编辑器关闭后, 脚本重新加密密码文件.
平台: Ubuntu 6.06 LTS
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.06
DISTRIB_CODENAME=dapper
DISTRIB_DESCRIPTION=”Ubuntu 6.06 LTS”
工具: Dialog和GnuPG
Dialog是一个基于ncurses库的图形工具, 提供文本消息和输入对话框服务. GnuPG是一
个开源版的OpenPGP标准实现.
我的Ubu |
|
T********r 发帖数: 6210 | 2 税表什么的都是用gnupg加密,扔到gmail里。gnupg的key(其实也是加密的)存在本地。
照片什么的都是在家里两份硬盘备份,只有偶尔需要共享的放到dropbox上。网络存储
空间还是太小,我的照片都快2TB了。
availability |
|
|
s****g 发帖数: 274 | 4 我要是不指定算法,哪一个是缺省的加密算法? 3DES, CAST5 or AES?
gpg --output x.pgp --encrypt --recipient [email protected] x.txt |
|
d******a 发帖数: 32122 | 5 我下载软件,都习惯验证一下。一般软件要么有电子签名,要么有sha1码(很多软件如
7zip可以计算sha1)
我这次下载lyx, 网站上让我经过好几步来进行gpg验证,至于这么麻烦嘛。
We provide gpg-signed tarballs and binaries. Our GPG key ID is
0xDE7A44FAC7FB382D (LyX Release Manager). The signatures are found next to
the tarballs and binaries.
To initially import our key via GnuPG, do this:
gpg --recv-keys FE66471B43559707AFDAD955DE7A44FAC7FB382D
Attention: Please be careful to use this full fingerprint, spoofed version
of shortened fingerprint is already in the wild and it... 阅读全帖 |
|
|
x*z 发帖数: 1010 | 7 嘿嘿给你个idea
root@mee:~# apt-get install k9copy
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
docbook-xsl docbook-xsl-doc-html dvdauthor kdebase-runtime
kdebase-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools
kubuntu-debug-installer libattica0 libboost-filesystem1.42.0
libboost-regex1.42.0 libboost-system1.42.0 libclucene0ldbl libdbusmenu-qt2
libiodbc2 libkatepartinterfaces4 ... 阅读全帖 |
|
D***h 发帖数: 78 | 8 Arch Linux? pacman的极乐世界?
%pacman -S links
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
Targets (14): linux-api-headers-3.3.2-1 glibc-2.15-10 libarchive-3.0.4-1
ca-certificates-20120212-1 libssh2-1.4.2-1 curl-7.26.0-1
pth-2.0.7-4 libksba-1.2.0-1 libassuan-2.0.3-1
pinentry-0.8.1-3.1 dir... 阅读全帖 |
|
|
w**z 发帖数: 8232 | 10 Highly critical “Ghost” allowing code execution affects most Linux systems
New bug haunting Linux could spark "a lot of collateral damage on the
Internet."
by Dan Goodin - Jan 27 2015, 11:32am PST
Share
Tweet
110
Pixabay
An extremely critical vulnerability affecting most Linux distributions gives
attackers the ability to execute malicious code on servers used to deliver
e-mail, host webpages, and carry out other vital functions.
The vulnerability in the GNU C Library (glibc) represents a... 阅读全帖 |
|
s**********8 发帖数: 25265 | 11 http://en.wikipedia.org/wiki/Electronic_signature
Electronic signature
From Wikipedia, the free encyclopedia
may contain original research. Please improve it by verifying the claims
made and adding references. Statements consisting only of original research
may be removed. More details may be available on the talk page. (August 2008
)
The examples and perspective in this article may not represent a worldwide
view of the subject. Please improve this article and discuss the issue on
the talk page.... 阅读全帖 |
|
|