hello, there's a little problem with the scanf-function. My program
... scanf("%u",&A); ...
CLR ?C?charloaded RET
Now i have a little workaround. Maybe it is helpful for some user.
while(1) { printf("Enter your personal secret Hex-key!\n"); if (scanf("%X",&A)) break; scanf("%*"); //Clearing scanf input stream }