- fix randstr to return (possibly unicode) strings of the specified
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 8 Sep 2006 19:47:51 +0000 (19:47 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 8 Sep 2006 19:47:51 +0000 (19:47 +0000)
commit8cecf35d2c665fe2ac2e0982da46d39e3fc05b42
tree7f9c3a09aabef9b4ba9e485f6683bb38fd5d9453
parent33e016e4c427ac96cd4470c1449930ba31653cb7
- fix randstr to return (possibly unicode) strings of the specified
  *byte length* (as encoded into UTF-8 by default)
- bump all random strings to their appropriate maximums
- use random (possibly unicode) string for password
Test.py