Martin Lizner wrote:

so i obviously am setting/unsetting some of theese flags:

0x00000001 CRYPT_EXPORTABLE
0x00000002 CRYPT_USER_PROTECTED

does anybody know what exactly means flag 0x00000002 CRYPT_USER_PROTECTED
and how the values are composed (67108866 or 67108864).

Please see ieCSR.vbs. I document it there.


0x0400 = 1024 (Bit of Key)
0x00000002 (CRYPT_USER_PROTECTED)
----------
0x04000002 HEX
67108866   DEC

So it is a hex integer and 67108866 is the decimal representation. I hope you mean this with "composed".

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to