I\'m using Python (under Google App Engine), and I have some RSA private keys that开发者_开发百科 I need to export in PKCS#12 format. Is there anything out there that will assist me with this? I\'m us
I am trying to encrypt some data with the following code: public static byte[] EncryptString(byte[] input, string password)
I want to know the list of all c开发者_Go百科ountries and the encryption standard not allowed for that country.
I\'m looking for a java equivalent to this php call: hash_hmac(\'sha1\', \"test\", \"secret\") I tried this, using java.crypto.Mac, but the two do not agree:
i am using a certificate generated by makecert which has both private and public key. The java side uses this public key to encrypt the data and .net decrypts it back.
My company\'s CRM system utilizes a captcha system at each login and in order to utilize certain administrative functions. The original implementation stored the current captcha value for in a server-
I am trying to mimic the results of some C code that uses the OpenSSL library using the system.security.crytography library in the .net 3.5 world, and I can\'t seem to get it right.I need some help...
There are many articles and quotes on the web saying that a \'salt\' must be kept secret. Even the Wikipedia entry on Salt:
I\'m signing some data on a .net-based smartcard and trying to verify that signature in a java environment - but without success.
I realize this question might not be that programming related, and that it by many will sound like a silly question due to the intuitive logical fault of this idéa.