Wednesday, April 04, 2012
gpg steps
export public key to asc
gpg -a --export FD9C1B26 > jfiq.pub
sign file/get pk
gpg -s segc-tarefa02.txt
sign file to asc format/get pk
gpg --clearsign segc-tarefa02.txt
add public key
gpg --import mo639_1s2012.pub
encrypt file/get uid
gpg -e -a segc-tarefa02.txt
References:
http://www.guiafoca.org/cgs/guia/avancado/ch-d-cripto.html
http://eriberto.pro.br/wiki/index.php?title=Usando_o_GnuPG
http://www.gnupg.org/gph/en/manual/x135.html
Subscribe to:
Post Comments (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Ubuntu Forware port 80
#!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...
No comments:
Post a Comment