From f9cefd74e6c6852e279f7f2c268ac16919c256e3 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 22 Apr 2006 13:48:49 +0000 Subject: [PATCH] added string2hex prog (usefull for wep key) --- string2hex.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 string2hex.c diff --git a/string2hex.c b/string2hex.c new file mode 100644 index 0000000..f5ef680 --- /dev/null +++ b/string2hex.c @@ -0,0 +1,12 @@ +#include +#include +int main(int argc,char **argv) { + + int i; + int len=strlen(argv[1]); + + for(i=0;i