pwgen icon indicating copy to clipboard operation
pwgen copied to clipboard

Generate pronounceable passwords

Results 1 pwgen issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to compile with MinGW getting this error: randnum.c: In function ‘get_random_fd’: randnum.c:37:40: error: ‘O_NONBLOCK’ undeclared (first use in this function) 37 | fd = open("/dev/random", O_RDONLY |...