diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2011-01-31 23:34:37 +0000 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2011-01-31 23:34:37 +0000 |
commit | 0eafd59fcee89cf4769add43c057a11e62c49a3a (patch) | |
tree | 19b476c6317f76ce39140900d1d671440aef34ae /docs/index.rst | |
parent | 8903ccd8ecf8b26cd5e80466eecfdd8df140482b (diff) | |
download | passlib-0eafd59fcee89cf4769add43c057a11e62c49a3a.tar.gz |
updated docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 821ee65..8ffcbc4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,9 +4,9 @@ PassLib |release| documentation Introduction ============ -Welcome to the documentation for PassLib. - -PassLib is a +Passlib is a collection of routines for managing password hashes +as found in unix /etc/shadow files, as returned by stdlib `crypt()`, +as stored in mysql and postgres, and various other contexts. A quick sample of some of the more frequently used modules: |