<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/pkcs/">
    <title>pkcs @ ウィキ</title>
    <link>http://w.atwiki.jp/pkcs/</link>
    <atom:link href="https://w.atwiki.jp/pkcs/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>pkcs @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2008-10-07T00:33:44+09:00</dc:date>
    <utime>1223307224</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pkcs/pages/7.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/17.html">
    <title>2 DEFINITIONS AND NOTATION</title>
    <link>https://w.atwiki.jp/pkcs/pages/17.html</link>
    <description>
          </description>
    <dc:date>2008-10-07T00:33:44+09:00</dc:date>
    <utime>1223307224</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/16.html">
    <title>PKCS12ファイルの作り方（最短）</title>
    <link>https://w.atwiki.jp/pkcs/pages/16.html</link>
    <description>
          </description>
    <dc:date>2008-10-06T21:55:41+09:00</dc:date>
    <utime>1223297741</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/15.html">
    <title>3.1 EXCHANGE MODES</title>
    <link>https://w.atwiki.jp/pkcs/pages/15.html</link>
    <description>
      There are four combinations of privacy modes and integrity modes.  The privacy modes use encryption to protect personal 
information from exposure, and the integrity modes protect personal information from tampering.  Without protection from
tampering, an adversary could conceivably substitute invalid information for the user’s personal information without the
user being aware of the substitution.


 プライバシーに関するモードと、完全性に関するモードの組合せで、４つのモードがある。プライバシーに関するモードは、exposure
 （個人情報を暴こうとする攻撃者）から個人情報を守るため、そして、完全性に関するモードは、tamparing（改ざん）から守るためにあ
 る。tampering（改ざんから）の防御無いと、外敵は利用者の個人情報を利用者が気づかないうちに不正な情報 に置き換えてしまうと思わ
 れる。

The following are the privacy modes:
-Public-key privacy mode: Personal information is enveloped on the source platform using a trusted encryption public key of a known destination platform (see Section 3.3).  The envelope is opened with the corresponding private key.
-Password privacy mode: Personal information is encrypted with a symmetric key derived from a user name an    </description>
    <dc:date>2008-10-06T22:22:59+09:00</dc:date>
    <utime>1223299379</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/13.html">
    <title>1 INTRODUCTION</title>
    <link>https://w.atwiki.jp/pkcs/pages/13.html</link>
    <description>
      This standard describes a transfer syntax for personal identity information, including private keys, 

certificates, miscellaneous secrets, and extensions.  Machines, applications, browsers, Internet 

kiosks, and so on, that support this standard will allow a user to import, export, and exercise a 

single set of personal identity information.

 本規範は、個人を識別するための情報，秘密鍵や証明書や雑多な秘密情報や拡張情報，を交換するための規則
 を記すものです。本規範をサポートするマシンやアプリケーションやブラウザやインターネット端末やその他
 諸々の機器では、機器の利用者に1セットの個人を識別するための情報を、インポートやエクスポートやexercise
 することができます。


This standard supports direct transfer of personal information under several privacy and integrity 

modes.  The most secure of the privacy and integrity modes require the source and destination 

platforms to have trusted public/private key pairs usable for digital signatures and encryption, 

respectively.  The standard also supports lower security, password-based privacy and integrity modes 

for those cases where trusted public/private key pairs are    </description>
    <dc:date>2008-10-06T19:08:07+09:00</dc:date>
    <utime>1223287687</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/12.html">
    <title>PKCS</title>
    <link>https://w.atwiki.jp/pkcs/pages/12.html</link>
    <description>
      -[[1 INTRODUCTION]]
-[[2 DEFINITIONS AND NOTATION]]（工事中）
-[[3 OVERVIEW]]
--[[3.1 EXCHANGE MODES]]（工事中）
--3.2 MODE CHOICE POLICIES
--3.3 TRUSTED PUBLIC KEYS
--3.4 THE AUTHENTICATEDSAFE
-4 PFX PDU SYNTAX
--4.1 THE AUTHENTICATEDSAFE TYPE
--4.2 THE SAFEBAG TYPE
---4.2.1 The KeyBag type
---4.2.2 The PKCS-8ShroudedKeyBag type
---4.2.3 The CertBag type
---4.2.4 The CRLBag type
---4.2.5 The SecretBag type
---4.2.6 The SafeContents type
-5 USING PFX PDUS
--5.1 CREATING PFX PDUS
--5.2 IMPORTING KEYS, ETC., FROM A PFX PDU
-A. MESSAGE AUTHENTICATION CODES (MACS)
-B. DERIVING KEYS AND IVS FROM PASSWORDS AND SALT
--B.1 PASSWORD FORMATTING
--B.2 GENERAL METHOD
--B.3 MORE ON THE ID BYTE
--B.4 KEYS AND IVS FOR PASSWORD PRIVACY MODE
--B.5 KEYS FOR PASSWORD INTEGRITY MODE
-C. ASN.1 MODULE
-D. A NOTE ON EXPORT REGULATIONS
-E. INTELLECTUAL PROPERTY CONSIDERATIONS
-F. REFERENCES
-G. ACKNOWLEDGMENTS
-H. ABOUT PKCS    </description>
    <dc:date>2008-10-03T23:27:19+09:00</dc:date>
    <utime>1223044039</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/11.html">
    <title>TOPページのバックアップ</title>
    <link>https://w.atwiki.jp/pkcs/pages/11.html</link>
    <description>
      **まずはこちらをご覧ください。
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]

**分からないことは？
-[[@wiki ご利用ガイド&gt;http://atwiki.jp/guide/]]
-[[よくある質問&gt;http://atwiki.jp/guide/category1.html]]
-[[無料で会員登録できるSNS内の@wiki助け合いコミュニティ&gt;http://sns.atfb.jp/view_community2.php?no=112]]
-[[@wiki更新情報&gt;http://www1.atwiki.jp/guide/pages/264.html]]
-[[@wikiへのお問合せフォーム&gt;http://atwiki.jp/helpdesk]]
等をご活用ください

**@wiki助け合いコミュニティの掲示板スレッド一覧
#atfb_bbs_list(112)

**その他お勧めサービスについて
-[[大容量１Ｇ、PHP/CGI、MySQL、FTPが使える無料ホームページは@PAGES&gt;&gt;http://atpages.jp/]]
-[[無料ブログ作成は@WORDをご利用ください&gt;&gt;http://atword.jp/]]
-[[2ch型の無料掲示板は@chsをご利用ください&gt;&gt;http://atchs.jp/]]
-[[フォーラム型の無料掲示板は@bbをご利用ください&gt;&gt;http://atbb.jp/]]
-[[お絵かき掲示板は@paintをご利用ください&gt;&gt;http://atpaint.jp/]]
-[[その他の無料掲示板は@bbsをご利用ください&gt;&gt;http://atbbs.jp/]]
-[[無料ソーシャルプロフィールサービス @flabo(アットフラボ)&gt;&gt;http://sns.atfb.jp]]

**おすすめ機能
-[[気になるニュースをチェック&gt;http://atwiki.jp/guide/17_174_ja.ht    </description>
    <dc:date>2008-08-04T07:01:56+09:00</dc:date>
    <utime>1217800916</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/pkcs/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2008-08-04T06:57:26+09:00</dc:date>
    <utime>1217800646</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/pkcs/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2008-08-04T06:57:26+09:00</dc:date>
    <utime>1217800646</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/pkcs/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2008-08-04T06:57:26+09:00</dc:date>
    <utime>1217800646</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pkcs/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/pkcs/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2008-08-04T06:57:26+09:00</dc:date>
    <utime>1217800646</utime>
  </item>
  </rdf:RDF>
