资 源 简 介
Produce random characters from predefined useful lists, such as hex, alphanumeric, and my favorite: nonambiguous, which eliminates 0 and O and 1 and l and I and other ambiguous characters. (See source for details).
Requires PyCrypto, which can usually be installed very easily:
(redhat/centos) yum install python-crypto
hopefully it"s just as easy on other platforms.