summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-06-27 16:55:49 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-06-27 16:55:49 -0400
commite6bdbce71624c38417c6ffb2993ac4eae7a42c2c (patch)
tree3f2bf111f055d12e598784f308f21ec4424b00a2 /docs
parentaf2c8c5f4ab5e5ce9c117dedb9f137fc632a0206 (diff)
downloadpasslib-e6bdbce71624c38417c6ffb2993ac4eae7a42c2c.tar.gz
removed some unused files, tweaked some internal comments
Diffstat (limited to 'docs')
-rw-r--r--docs/notes.txt53
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/notes.txt b/docs/notes.txt
deleted file mode 100644
index ebafa5f..0000000
--- a/docs/notes.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-====
-Todo
-====
-
-Internal Changes
-----------------
-* C extensions to speed up some implementations
-
-Other Hash Formats
-------------------
-* Mac OSX hash formats
-
-* SCrypt
- http://www.tarsnap.com/scrypt.html
- https://bitbucket.org/mhallin/py-scrypt/src
-
-Notes on various hash formats
-=============================
-
-Mac OSX
--------
-Summary of info from http://www.dribin.org/dave/blog/archives/2006/04/28/os_x_passwords_2/
-
-osx < 10.2 used /etc/passwd w/ DES-CRYPT
-
-osx 10.3 hash file (passwd "macintosh")
-
-D47F3AF827A48F7DFA4F2C1F12D68CD6 <-- nthash
-08460EB13C5CA0C4CA9516712F7FED95 <-- lmhash
-01424f955c11f92efef0b79d7fa3fb6be56a9f99 <-- sha1
-
-osx 10.4 hash file (passwd "macintosh")
-00000000000000000000000000000000000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-000000000E6A48F765D0FFFFF6247FA80D748E615F91DD0C7431E4D9000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-00000000000000000000000000000000000000000000000000000000000000000000000000000000\
-0000000000000000000000000000000000000000
-
-offset 0-64 - nt hash + lm hash OR all zeros
-offset 64 - 40 chars - raw sha1 password OR all zeroes (if from upgraded from 10.3)
-offset 169-216 ( 48 chars) - salted sha1 hash - unhex first 8 chars + password | sha1 -> hexdigest