Skip to content

Instantly share code, notes, and snippets.

@yuk7
Last active June 28, 2024 06:37
Show Gist options
  • Save yuk7/9f03ae841d288c70bbb7aceffbe87f5e to your computer and use it in GitHub Desktop.
Save yuk7/9f03ae841d288c70bbb7aceffbe87f5e to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <unistd.h>
int main()
{
char* n[200];
getentropy(&n,20);
printf("%s",n);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment