I hereby claim:
- I am sgnls on github.
- I am sgnls (https://keybase.io/sgnls) on keybase.
- I have a public key ASA3AXOP3BGDNxpqq-tHsaXfS2b7-d4VYchJtfP9WY608Ao
To claim this, I am signing this object:
| // Uncompressed version of | |
| // https://gist.github.com/munificent/b1bcd969063da3e6c298be070a22b604 | |
| #include <time.h> // Robert Nystrom | |
| #include <stdio.h> // @munificentbob | |
| #include <stdlib.h> // for Ginny | |
| #include <stdbool.h> // 2008-2019 | |
| const int HEIGHT = 40; | |
| const int WIDTH = 80; |
I hereby claim:
To claim this, I am signing this object:
| <?PHP | |
| // Generates a strong password of N length containing at least one lower case letter, | |
| // one uppercase letter, one digit, and one special character. The remaining characters | |
| // in the password are chosen at random from those four sets. | |
| // | |
| // The available characters in each set are user friendly - there are no ambiguous | |
| // characters such as i, l, 1, o, 0, etc. This, coupled with the $add_dashes option, | |
| // makes it much easier for users to manually type or speak their passwords. | |
| // | |
| // Note: the $add_dashes option will increase the length of the password by |