Message314873
| Author | christian.heimes |
|---|---|
| Recipients | Ron Reiter, christian.heimes, mark.dickinson, rhettinger, serhiy.storchaka |
| Date | 2018-04-03.10:12:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1522750363.66.0.467229070634.issue33213@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The crypt module is a thin wrapper around the OS' crypt(3) function. The function should return NULL for unsupported salt types. The module turns NULL into None.
What's the return value of crypt.crypt("test", crypt.METHOD_SHA512) ? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-03 10:12:43 | christian.heimes | set | recipients: + christian.heimes, rhettinger, mark.dickinson, serhiy.storchaka, Ron Reiter |
| 2018-04-03 10:12:43 | christian.heimes | set | messageid: <1522750363.66.0.467229070634.issue33213@psf.upfronthosting.co.za> |
| 2018-04-03 10:12:43 | christian.heimes | link | issue33213 messages |
| 2018-04-03 10:12:43 | christian.heimes | create | |