Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
1answer
3k views

Importing a DSA key from xml string fails for one user. Permissions? Broken installation? Bad KSP?

A user recently reported a weird error when using my software. I use DSA signatures to verify licenses. When the software imports the public key to verify a signature, the DSA provider's FromXmlString ...
7
votes
2answers
203 views

How to submit for Microsoft Knowledge Base? [closed]

I've recently found a very nonobvious solution for a Microsoft CryptoAPI issue. Because of a read-only flag on the (seemingly unrelated) CREDHIST file, the whole CryptoAPI stack was wildly ...
6
votes
2answers
270 views

VS2010 - Structure change in CryptoAPI - v7.0A Vs v6.0A - WinCrypt.h

In C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\WinCrypt.h, the definition for CERT_CHAIN_ENGINE_CONFIG is typedef struct _CERT_CHAIN_ENGINE_CONFIG { DWORD cbSize; HCERTSTORE ...
5
votes
2answers
367 views

Translating Win32 Crypto API calls to C# with System.Security.Cryptography

I have been given an assignment to drop one of our product's dll and replace it with a pure C# one. The old DLL is a .NET 2.0 Managed C++ (C++\CLI) which wraps calls to the Win32 native Crypto API. ...
4
votes
2answers
638 views

CryptoAPI: Using CryptVerifySignature to verify a signature from openssl with public key

I am trying to port the AquaticPrime framework for Mac to Windows. On the Mac, it uses the opensll library, and I try to understand how to port this to Windows, where I have to use the CryptoAPI, I ...
4
votes
2answers
626 views

Using an SHA1 with Microsoft CAPI

I have an SHA1 hash and I need to sign it. The CryptSignHash() method requires a HCRYPTHASH handle for signing. I create it and as I have the actual hash value already then set it: ...
4
votes
1answer
545 views

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. and if it possible to write my encryptor program on openssl and decrypt it with windows capi ...
4
votes
3answers
2k views

Load an X509 PEM file into Windows CryptoApi

I'm new to the whole Crypto thing, so I beg some basic pointers. I need to load .PEM (X509) "-----BEGIN RSA XXX KEY----- -----END RSA XXX KEY-----" into a Windows Crypto Api context to use with C++ ...
4
votes
2answers
1k views

Java security - MSCAPI provider: How to use without password popup?

I've managed to use Sun's MSCAPI provider in my application. The problem I'm having now is that it always pops up a window, asking for a password, even though I've provided it in the code. This is a ...
3
votes
1answer
111 views

Getting certificate chain to a private root

I'm trying to verify that the certificate from a signature chains back to a particular root certificate, which is not trusted by Windows (it's a private certificate for the app). My current attempt ...
3
votes
1answer
122 views

Problem generating HmacSHA256 signature in java

I'm trying to sign my message to Amazon AWS, but I encountered a problem. Here's the code I'm using: String secretAccessKey = "secret1234678901"; SecretKeySpec keySpec = new ...
3
votes
2answers
1k views

Window C/C++ Crypto API Examples and tips

I'm asking this question because I've spent the best part of a day trawling through msdn docs and other opaque sources for simple straightforward guidelines on how to get started with the Windows ...
3
votes
2answers
324 views

Memory Leak while verifying Authenticode Signature of Executables?

I am using WinVerifyTrust to verify the validity of some Windows executables with the following function, called in a loop from _tmain: int signature_is_valid(const wchar_t *filepath) { GUID guid ...
3
votes
2answers
615 views

I'm using Wincrypt for Diffie-Hellman— can I export the shared secret in plain text?

OK-- thanks to Mike, I was able to get Wincrypt to generate a Diffie-Hellman keypair. I figured out out to export the public key, and how to import the other party's public key. According to the ...
2
votes
1answer
35 views

RSACryptoServiceProvider.ExportCspBlob data format

We are exporting a public and private key. The private key is to be consumed by non .net software written in Magic. The developers have questions around the format of the exported key. Is there a ...
2
votes
1answer
79 views

OpenSSL and MS CryptoAPI: different digital signatures

I generated X509 certificate with private key using makecert utility makecert -n "CN=RootCATest" -r -sv RootCATest.pvk RootCATest.cer makecert -sk MyKeyName -iv RootCATest.pvk -n "CN=tempCert" -ic ...
2
votes
2answers
70 views

Microsoft RSA CSP key size

From what I can see, Microsoft's RSA CSP always generates identical bitlength pseudo prime numbers. So if the key size is 1024, the P and Q values seem to be (?) guaranteed to be 512 bits each? Does ...
2
votes
1answer
179 views

CryptoAPI and XMLDSIG c, c++, delphi

I'm trying to sign a xml document (http://www.w3.org/TR/xmldsig-core/) with an enveloped signature, I managed to calculate the signed info part but I'm struggling to get a meaningful result from the ...
2
votes
2answers
1k views

MS Crypto API behavior on Windows XP vs Vista/7

I'm trying to understand how to get a public key imported from PEM format (sample included in the code below) across XP, Vista and Windows 7. The sample code will import the key on both XP and ...
2
votes
2answers
1k views

Windows CryptoAPI: CryptSignHash with CALG_SHA_256 and private key from MY keystore

I am trying to generate digital signatures on Windows (from XP SP3, but currently testing with Windows 7) with CryptoAPI that will be compatible with the following openssl commands: openssl dgst ...
2
votes
4answers
1k views

how to use CryptoAPI in the linux kernel 2.6

I have been looking for some time but have not found anywhere near sufficient documentation / examples on how to use the CryptoAPI that comes with linux in the creation of syscalls / in kernel land. ...
2
votes
5answers
245 views

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? Main problem I have with CryptoAPI is that its not OS independent enough. I can't ...
2
votes
1answer
456 views

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 What is the easiest way to do this now?
2
votes
1answer
614 views

WinHttp: How to use a temporary certificate store?

I have a C++ application that makes a HTTPS connection to one of our servers. In my ideal world, I would like the following to occur: App Starts App makes Windows trust the server's root CA (no GUI ...
2
votes
2answers
2k views

Decryption with AES and CryptoAPI? When you know the KEY/SALT

Okay so i have a packed a proprietary binary format. That is basically a loose packing of several different raster datasets. Anyways in the past just reading this and unpacking was an easy task. But ...
2
votes
7answers
519 views

is cryptoapi good?

i'm writing a crypto program that does stuff like hashing (sha1), encryption, digital signatues for win32 in c++ is built in cryptoapi secure, or should i use some other library like crypto++ i need ...
2
votes
3answers
687 views

Microsoft CryptoAPI Book

I need to write my own SSL socket (CSocket ansestor) with server side certificate validation using Microsoft CryptoAPI. Can you tell me which book will help me (or any other user friendly source of ...
1
vote
3answers
114 views

CryptoAPI C++ interop with Java using AES

I am trying to encrypt in C++ using CryptoAPI and decrypt Java using SunJCE. I have gotten the RSA key to work -- and verified on a test string. However, my AES key is not working -- I get ...
1
vote
3answers
88 views

two different hash values for same string

I need to compare hash values of two strings. I use string "template" for testing. But I got different hash values for this string so it is always not the same. I use CryptoApi and MD4 int ...
1
vote
0answers
99 views

How to create “Certificate Signing Request” run on all version of window using Xenroll and CertEnroll?

I have project must create Certificate Signing Request (CSR), then i use Xenroll api. But the problem is when i use Xenroll.dll (supported in Window XP) but when in window vista and new version of ...
1
vote
2answers
140 views

Can I get public/private key pair from a key container in smartcard?

Can I get the public/private key pair from a key container inside a smartcard using PKCS #11 or CryptoAPI?
1
vote
2answers
226 views

How to work with CryptoAPI via C#?

There is a group of CryptoApi functions which works with crypto service providers (CSP). CPAcquireContext CPCreateHash CPDecrypt CPDeriveKey CPDestroyHash CPDestroyKey CPDuplicateHash CPDuplicateKey ...
1
vote
1answer
290 views

How to extract public key from p7b certs with CryptoAPI

I have a p7b certificate store. I open it with $HCERTSTORE cert_store_handle = CertOpenStore( CERT_STORE_PROV_PKCS7, PKCS_7_ASN_ENCODING, NULL, CERT_STORE_OPEN_EXISTING_FLAG | ...
1
vote
0answers
46 views

File System Filter and CryptoAPI issue in Win CE

I have been working on a file system filter for the past two weeks and I have come across an interesting issue. I basically built the encoding/decoding implementation in an app that runs on the OS ...
1
vote
0answers
163 views

Issue porting Decryption from Windows CryptoAPI to linux libmcrypt

I am trying to port my program from Windows to Linux. The windows program uses Window CryptoAPI and linux is using libmcrypt. Here is the Windows code: #include <windows.h> #include ...
1
vote
1answer
205 views

Saving/Restoring certs with MS CryptoAPI invalidates attached private key

I've written a program which is supposed to save and restore a users certificates using the windows Crypto API. I was under the impression that it was working fine but now a user has complained that ...
1
vote
1answer
804 views

.NET + OpenSSL + Smartcard

I'm using .NET and OpenSSL to generate CA and client certificates. The following piece of code generates a client certificate and signs it with the CA certificate: //Generating public/private key ...
1
vote
2answers
131 views

What method of encryption is suitable for encrypting individual words, and also an entire document?

I need to save several documents to the cloud and need to save the documents, document metadata, and words/phrases for searching. My plan is to use a symmetric cypher for encrypting the whole ...
1
vote
1answer
498 views

Converting between Windows CryptoAPI and OpenSSL x509 formats

I have a CERT_CONTEXT structure which I've extracted from a smart card on Windows via the CryptoAPI. I need to convert this structure into a DER encoded byte array which is consistent with OpenSSL. ...
1
vote
1answer
76 views

Can't reproduce ATL-based data decryption in .NET: wrong first 4 bytes

This is C++ code: CCryptMD5Hash md5; CCryptProv cprov; PCWSTR pszPassword = <password>; BYTE* data = <array of bytes>; ATL::CCryptDerivedKey m_CryptKey; md5.Initialize( cprov ); ...
1
vote
1answer
257 views

.Net RNGCryptoServiceProvider class versus Win32 CryptGenRandom() function

I have a new application being written in .Net. I also have a legacy version of the application that must be maintained (for the meantime), which has been written in VB6 and utilizes C++ DLLs. Certain ...
1
vote
2answers
366 views

Best way to create a cryptographic API key

I have an open API in my application that I'd like to provide access key's for. The incoming info will be a user id, resource id and a value to update with. I'd like one API key per resource. ...
1
vote
0answers
253 views

MS CSP: Difference between AT_SIGNATURE and RSA_KEY_SIGN (and also AT_KEYEXCHANGE and CALG_RSA_KEYX)

I'm writing CSP library (for CryptoAPI) for smartcards my company sells. I have question about difference between AT_SIGNATURE key type and CALG_RSA_SIGN algorithm for private key (the same also for ...
1
vote
1answer
226 views

Why does my decryption function scramble the ciphertext even more, instead of decrypting it?

I've created this program that can encrypt a found file and then it can be decrypted later via the CryptDecrypt function. The function succeeds but instead of decrypting the file back to plain text it ...
1
vote
1answer
290 views

Trying to perform a Diffie Hellman Key exchange, using Win32 CAPI, in C#; can anyone provide a step-by-step guide

I'm trying to build some code that will switch between the old CAPI or the new CNG-based Diffie-Hellman algorithms. (Despite documentation, the new ECC-based DH algorithm, as part of CNG, is not ...
1
vote
3answers
382 views

assigning / validation of signature using RSA (PKCS 7)

Any suggestions for simple and fast library for assigning / validation of signature using RSA Cryptographic Messaging Operations (PKCS#7)?
1
vote
1answer
112 views

Howto take a glimpse into mscorlib?

I want to read data into RSAParameters structure ( RSAParameters ) and did check twice, that the data is correct. But still, I get an error "invalid data" exception for this: bei ...
1
vote
3answers
1k views

Invalid algorithm specified on Windows 2003 Server only

I am decoding a file using the following method: string outFileName = zfoFileName.Replace(".zfo", "_tmp.zfo"); FileStream inFile = null; FileStream outFile = null; inFile = File.Open(zfoFileName, ...
1
vote
0answers
130 views

CryptInit (Cryptlib function) failure in Xcode

I have put the libcl.3.3.dylib in /usr/lib folder and all the compilation and linking are done. However, i received a failure of CRYPT_ERROR_PARAM1 in CryptInit function. I get the libcl.3.3.dylib ...
1
vote
1answer
242 views

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 CryptAcquireCertificatePrivateKey() we get an error ...

1 2 3