diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 13:16:36 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 13:16:36 -0400 |
| commit | 707b67f5467bcccbe5f0f33e033df724a57b2afe (patch) | |
| tree | f00e1abf46d25f80f9141e9d1ec2611927de7d0e | |
| parent | d9c5a8b20b90cb9db69fdace2fe7f417ffd296a0 (diff) | |
| download | passlib-707b67f5467bcccbe5f0f33e033df724a57b2afe.tar.gz | |
note about GAE
| -rw-r--r-- | docs/new_app_quickstart.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/new_app_quickstart.rst b/docs/new_app_quickstart.rst index 8701606..ca31f11 100644 --- a/docs/new_app_quickstart.rst +++ b/docs/new_app_quickstart.rst @@ -118,6 +118,10 @@ version for use in a pre-computed or brute-force search. However, this design also hampers analysis of the algorithm for future flaws. +This algorithm is probably the best choice for Google App Engine, +as Google's production servers appear to provide native support +via :mod:`crypt`, which will be used by Passlib. + .. note:: References to this algorithm are frequently confused with a raw SHA-512 hash; |
