cryptoapi
Do any replacements for CryptoAPI exist for Windows?
I am having major problems with cryptoAPI, and was wondering do you get any 3rd party / better solutions for windows?[详细]
2022-12-28 12:53 分类:问答Filtering code elements when analyzing source code
Currently I am making a survey about source code analysis and the thing that puzzles me greatly is what is it that project managers and developers would like to filter when analyzing s开发者_StackOver[详细]
2022-12-27 15:23 分类:问答RSA Encryption on iPhone
According the discussion on http://forums.macrumors.com/showthread.php?t=551476 the code seen below would do for RSA encryption. The datatype of the key (\"public\") is SecKeyRef. I will not be using[详细]
2022-12-23 00:03 分类:问答openssl versus windows capi
Which is better to use openssl or windows capi for ecnryption issues what is the pro and con list for both.[详细]
2022-12-22 22:18 分类:问答Javascript digital signatures
To create a digital signature with the client certificate in javascript, there was a function: crypto.signtext() that doesn\'t work anymore[详细]
2022-12-22 21:07 分类:问答changing password messing w/ named key containers under win 7
On some systems running Windows 7 where we\'ve generated a key in a name key container, if we change the user\'s password, when we call[详细]
2022-12-20 06:36 分类:问答Convert Windows CryptoAPI PRIVATE KEY BLOB to bouncy castle RsaPrivateCrtKeyParameters
Is there 开发者_开发知识库any way (similar to FromCapiPrivateKeyBlob in Mono) to convert a Windows CryptoAPI PRIVATE KEY BLOB to RsaPrivateCrtKeyParameters used by Bouncy Castle?Have a look at the Org[详细]
2022-12-12 17:15 分类:问答Window CryptoAPI: Can I choose the public exponent when generating an RSA key pair?
Using the Windows CryptoAPI, is there any way to specify which public exponent to use when generating a new key-pair (ie. 3 instead of 65537)?[详细]
2022-12-11 18:47 分类:问答C# encryption, C++ decryption. Final few bytes failing on decryption
My apologies for the length of the code I\'m about to list. I need to encrypt the contents of an xml file on the C# end of my code, and decrypt it in C++.I\'m using RC2, with RC2CryptoServiceProvider[详细]
2022-12-09 06:14 分类:问答CryptEncrypt() API
is it normal to get the ju开发者_JS百科nk bytes at end of buffer when this function returns?If you\'re using a block cipher, it\'s normal for the output to be padded to a multiple of the block size. W[详细]
2022-12-09 01:55 分类:问答