<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/docs/lib/passlib.hash.bcrypt.rst, branch master</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>passlib.hash.bcrypt: remove support for "bcryptor" backend</title>
<updated>2020-10-06T19:52:42+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2020-10-06T19:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=49eb92ea545e69184bbea041d979325b2c715600'/>
<id>49eb92ea545e69184bbea041d979325b2c715600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256</title>
<updated>2020-02-16T15:56:06+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2020-02-16T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=2766485f5760489fedb2e73f8a162c83633bbbcb'/>
<id>2766485f5760489fedb2e73f8a162c83633bbbcb</id>
<content type='text'>
(fixes issue 114)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(fixes issue 114)
</pre>
</div>
</content>
</entry>
<entry>
<title>passlib.hash.bcrypt: added notes re: final salt character</title>
<updated>2020-02-17T16:21:46+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2020-02-17T16:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=ec62db38788b1dc0c8f78060f6119cb63bbacfbd'/>
<id>ec62db38788b1dc0c8f78060f6119cb63bbacfbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backends</title>
<updated>2019-11-22T20:54:16+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T20:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=806cd6fc912796a6173646de165be3a5db76847c'/>
<id>806cd6fc912796a6173646de165be3a5db76847c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: updated rounds in bcrypt examples (fixes issue #91)</title>
<updated>2017-06-06T16:02:52+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2017-06-06T16:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=c8fb988565ecd80873c124c3f38d38b015fe5a48'/>
<id>c8fb988565ecd80873c124c3f38d38b015fe5a48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)</title>
<updated>2017-01-22T18:34:29+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2017-01-22T18:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=a4bb637637c2e8b71c3c757675cfdd2878bb15d9'/>
<id>a4bb637637c2e8b71c3c757675cfdd2878bb15d9</id>
<content type='text'>
also corrects some other bits in bcrypt docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also corrects some other bits in bcrypt docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of places.</title>
<updated>2016-11-25T16:53:32+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2016-11-25T16:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=5e230694bdc3c16a6962d3a57ec821584dccdc23'/>
<id>5e230694bdc3c16a6962d3a57ec821584dccdc23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: large reorganization of documentation</title>
<updated>2016-07-29T17:08:11+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2016-07-29T17:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=e8bb0ffb84a6e5bc3ebb2af21c90ccc64d97b2cb'/>
<id>e8bb0ffb84a6e5bc3ebb2af21c90ccc64d97b2cb</id>
<content type='text'>
* reordering into 'narrative' and 'reference' sections,
  to take advantage of 'fulltoc' extension making
  all pages visible in sidebar.

* styling updates, requires latest cloud_sptheme

* wording improvements to various bits of content
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reordering into 'narrative' and 'reference' sections,
  to take advantage of 'fulltoc' extension making
  all pages visible in sidebar.

* styling updates, requires latest cloud_sptheme

* wording improvements to various bits of content
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: replaced a bunch of :meth:`encrypt` references</title>
<updated>2016-06-17T22:47:56+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2016-06-17T22:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=9a70f30e42dfb35efcea0f38d11597cfb22bd7a3'/>
<id>9a70f30e42dfb35efcea0f38d11597cfb22bd7a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed PasswordHandler.replace() back to PasswordHandler.using()</title>
<updated>2016-06-15T22:07:59+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2016-06-15T22:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=ce23c2ab15e70b612cbd902bf0513c0cf6d734e9'/>
<id>ce23c2ab15e70b612cbd902bf0513c0cf6d734e9</id>
<content type='text'>
this basically reversed rev 5c41b0153d4f; after using it a bit more,
decided the name didn't indicate as well what the method was doing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this basically reversed rev 5c41b0153d4f; after using it a bit more,
decided the name didn't indicate as well what the method was doing.
</pre>
</div>
</content>
</entry>
</feed>
