Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
pictyの日記 | スラド
[go: Go Back, main page]



パスワードを忘れた? アカウント作成

pictyさんのトモダチの日記みんなの日記も見てね。 アナウンス:スラドと OSDN は 2025 年 3 月 31 日で終了します。データ保存はお早めに。

662719 journal

pictyの日記: PKI

日記 by picty

電子メールのセキュリティ --- S/MIMEを利用した暗号化と電子署名---
http://www.ipa.go.jp/security/fy12/contents/smime/email_sec.html

電子商取引における電子メールに関するセキュリティ上の課題
http://www.ipa.go.jp/security/fy10/contents/over-all/email.html

インターネットセキュリティに関する RFC の日本語訳
http://www.ipa.go.jp/security/rfc/RFC.html

S/MIMEでセキュアな電子メール環境をつくる!
http://www.atmarkit.co.jp/fsecurity/special/04smime/smime01.html

S/MIMEによるメールの暗号化~「Web of Trust」による無料のデジタルIDを試す
http://www.zdnet.co.jp/broadband/0302/28/lp30.html

S/MIMEノート
http://www.momonga-linux.org/~h12o/hiki.cgi?SmimeNote

S/MIMEを使ったセキュアな電子メール
http://www.sgoma.org/doc/smime_mail.pdf

S/MIME
http://www.moriya.com/explist/smime.htm

SSL Certificates HOWTO
http://www.linux.or.jp/JF/JFdocs/SSL-Certificates-HOWTO/index.html

FreeCA
http://freeca.digion.com/

AiCAに関するページ
http://mars.elcom.nitech.ac.jp/security/aica.html

EasyCertに関するページ
http://mars.elcom.nitech.ac.jp/security/easycert/

www.icat.or.jp
http://www.wide.ad.jp/document/historical-projects/icat/index.html

鍵管理、配布方式
http://www.sisnet.or.jp/sis/dokuhon/p6.htm

448012 journal
Google

pictyの日記: bookmarklet

日記 by picty

ハイライトした文字列を Google で検索
javascript:var%20selTxt='';if(window.getSelection)%20selTxt=window.getSelection();
else%20if(document.getSelection)%20selTxt=document.getSelection();
void(document.location.href='http://www.google.com/search?q='+escape(selTxt));
カタカナがおかしい。

ハイライトした文字列を Excite 英和辞書で検索
javascript:var%20selTxt='';if(window.getSelection)%20selTxt=window.getSelection();
else%20if(document.getSelection)%20selTxt=document.getSelection();
void(document.location.href='http://www.excite.co.jp/dictionary/english_japanese/?search='+escape(selTxt));

Netscape 7.1 で確認済み。
http://bookmarklet.daa.jp/ がオリジナル。

typodupeerror

Stableって古いって意味だっけ? -- Debian初級

読み込み中...