diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-03-10 17:35:11 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-03-10 17:35:11 -0500 |
| commit | 50965db6ee2b6ff2c9227ea6c740e9513963c4f6 (patch) | |
| tree | 6b40f902cd587ac7a431af2bc79778fea808053a /CHANGES | |
| parent | e84f3f69e55f407a935e9f80c7e41d81b3ea63b7 (diff) | |
| download | passlib-50965db6ee2b6ff2c9227ea6c740e9513963c4f6.tar.gz | |
added Window's DCC hashes (aka mscache / mscash) version 1 & 2
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Release History Hashes + * Added support for Window's Domain Cached Credentials (aka + "dcc", "mscache", "mscash"), versions 1 and 2: + :doc:`msdcc <lib/passlib.hash.msdcc>` and + :doc:`msdcc2 <lib/passlib.hash.msdcc2>`. + * The rarely-used hash previously known as ``nthash`` has been renamed to :class:`~passlib.hash.bsd_nthash`, to better indicate it's lineage; a new :class:`~passlib.hash.nthash` class now directly implements |
