-
When generating a new password for an existing entry, I would like an option that generates a new password using the existing settings for the given entry.
Some sites only allow alphanumerical char…
-
The docs for crypto/rand contain both "pseudorandom" and "pseudo-random" for the same part of speech.
Decide which to use.
Also, the package doc says:
> Package rand implements a cryptographi…
-
It doesn't seem to be possible to have varying rotation and have a repeatably rendered arrangement because the rotation function calls Math.random(). As far as I can tell the only option is to have th…
-
It can take up a few seconds to create a new card, or to commit a card that you've just edited.
Looking at a performance trace it looks like the time is dominated in fingerprintForCard. Every time …
-
A new optional password generator in this style: https://www.correcthorsebatterystaple.net/
Would be great!
Traditionally generated passwords are useful in many situations, but they are also diffi…
kobaz updated
3 years ago
-
@onealwj Hi, I'm confusing why using `len(label)+1` instead of `len(label)` here in the class `AlignCollate` when generating the random word mask?
```
word_mask = torch.cat([torch.from_numpy(self.w…
-
## Project
**[magic_cloud](https://github.com/zverok/magic_cloud)** is somewhat outdated, yet production-used pretty word cloud generator. It can be made faster, more configurable, with cleaner API…
-
Hey there, wondering if its ok to add a feature request:
Hoping to add support to generate random **meaningful** words that can be contributed to either a word generator or "_username_" generation…
-
I just started using unique names generator, thank you for working on this! My code essentially is:
```
import { uniqueNamesGenerator, Config, adjectives, colors, animals, names, languages } from …
-
If there are 382 words that start with 'a', then the entropy of the acrostic 'aaaaa' should be `ln_2(382)*5`. However, this is not what `xkcdpass` reports:
```
$ xkcdpass -V --acrostic 'a'
With …