-
```
================================================================================
Error executing action `install` on resource 'python_runtime[2]'
======================================…
-
This works from command line:
`$ xkcdpass --valid_chars='[a-j]'`
but doesn't work when using xkcdpass as a module:
```
>>> print(xp.generate_xkcdpassword(mywords, valid_chars='[a-j]'))
Traceback (m…
-
I get that this contains some fancy options for user prompting and such, but if users are coming here for a simple solution to auto-generating memorable and secure passwords, they could just use this:…
-
Ubuntu 14.04, installed via pip, cannot find the module.
Python 2.7
## $ pip show xkcdpass
Name: xkcdpass
Version: 1.2.5
Location: /usr/local/lib/python2.7/dist-packages
code:
# !/usr/bin/python
i…
durzo updated
9 years ago
-
On Linuxmint 17.1, after a "pip install xkcdpass" as root, it works fine as the root user, but this is the error it coughs out when running as a unprivileged user:
`Traceback (most recent call last):…
-
Would it be possible to convert randomly chosen lowercase letters uppercase?
-
...forgot to add that during the packaging work!
-
Brilliant!
But if your attacker knows that you are using this script, then you're better off just trying to come up with something purely random or l33tspeaking something.
This particular example wi…