That might be a little bit an exotic problem, but I hope somebody can still help me out a bit ;). I would like to execute a standard C program,
I am using Protocol Buffers and OpensSSL to generate, HMACs and then CBC encrypt the two fields to obfuscate the session cookies -- similar Kerberos tokens.
I want to check if a number is divisible by 6 and 开发者_JAVA技巧if not I need to increase it until it becomes divisible.