Message314874
| Author | Ron Reiter |
|---|---|
| Recipients | Ron Reiter, christian.heimes, mark.dickinson, rhettinger, serhiy.storchaka |
| Date | 2018-04-03.10:46:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1522752360.2.0.467229070634.issue33213@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python 3.6.4 (default, Mar 22 2018, 23:35:12)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import crypt
>>> crypt.crypt("test", crypt.METHOD_SHA512)
'$6asQOJRqB1i2'
>>> crypt.crypt("test", crypt.METHOD_SHA512)
'$6asQOJRqB1i2' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-03 10:46:00 | Ron Reiter | set | recipients: + Ron Reiter, rhettinger, mark.dickinson, christian.heimes, serhiy.storchaka |
| 2018-04-03 10:46:00 | Ron Reiter | set | messageid: <1522752360.2.0.467229070634.issue33213@psf.upfronthosting.co.za> |
| 2018-04-03 10:46:00 | Ron Reiter | link | issue33213 messages |
| 2018-04-03 10:46:00 | Ron Reiter | create | |