1.1 --- a/README.textile Tue Apr 07 10:56:58 2009 -0700
1.2 +++ b/README.textile Wed Apr 08 16:30:52 2009 -0700
1.3 @@ -24,7 +24,7 @@
1.4 * Mac OS X 10.5 or later _[has been tested on 10.5.6]_
1.5 * iPhone OS 2.0 or later _[not yet tested; see Limitations section below]_
1.6 * iPhone Simulator, for iPhone OS 2.0 or later
1.7 -* The MYUtilities library, which is used by MYCrypto.
1.8 +* The "MYUtilities":http://mooseyard.com/hg/hgwebdir.cgi/MYUtilities library, which is used by MYCrypto.
1.9 * _Some understanding of security and cryptography on your part!_ Even with convenient APIs, cryptographic operations still require care and knowledge to be used safely. There are already too many "examples":http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy#Flaws of insecure systems that were incorrectly assembled from secure primitives; don't add your app to that list. Please read a good overview like "??Practical Cryptography??":http://www.schneier.com/book-practical.html before attempting anything the least bit fancy.
1.10
1.11 h3. Current Limitations
1.12 @@ -55,7 +55,7 @@
1.13 ** "MYKey":Documentation/html/interfaceMYKey.html
1.14 *** "*MYSymmetricKey*":Documentation/html/interfaceMYSymmetricKey.html
1.15 *** "*MYPublicKey*":Documentation/html/interfaceMYPublicKey.html
1.16 -**** "*MYKeyPair*":Documentation/html/interfaceMYKeyPair.html
1.17 +*** "*MYPrivateKey*":Documentation/html/interfaceMYPrivateKey.html
1.18 *** "*MYCertificate*":Documentation/html/interfaceMYCertificate.html
1.19 * "MYDigest":Documentation/html/interfaceMYDigest.html
1.20 ** "*MYSHA1Digest*":Documentation/html/interfaceMYSHA1Digest.html
1.21 @@ -72,4 +72,5 @@
1.22 * "??Common Security: CDSA and CSSM, Version 2??":http://www.opengroup.org/publications/catalog/c914.htm (The Open Group)
1.23
1.24 * "??Practical Cryptography??":http://www.schneier.com/book-practical.html (Ferguson and Schneier)
1.25 +* "??Handbook of Applied Cryptography":http://www.cacr.math.uwaterloo.ca/hac/ (Menezes, van Oorschot, Vanstone) -- free download!
1.26 * "??The Devil's InfoSec Dictionary??":http://www.csoonline.com/article/220527/The_Devil_s_Infosec_Dictionary (CSO Online)
1.27 \ No newline at end of file