How to decrypt data when you can't get the private key in Windows?

I'm very confuse. My english is poor, but I try to say my question clearly.
When browser connects to a https website which needs client certificate to authenticate the identity, the browser will send client certificate to web server.
Then the web server will use the certificate to encrypt some data and send it to browser.
Then broswer should have private key to decrypt that.
But as I know, if I install a pfx format personal certificate, I can set can't export private key, which means you can't get the private key to use it. So how can
the browser decrypt the data without private key?
By the way, what is CSP, use CSP's interface can we use CryptoAPI
to decrypt data without private key?

Answer for question is  "you cant".. 
"How to decrypt data when you can't get the private key in Windows?"
Read more 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa387460(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/bb427432(v=vs.85).aspx
http://technet.microsoft.com/en-us/library/dd277320.aspx
http://en.wikipedia.org/wiki/Public-key_cryptography

Similar Messages

  • How to "Archive & Install" when you don't get the option?

    I have installed Leopard twice now. Both times I never saw the option to "Archive & Install". I am stuck because Leopard will not log me in, and I understand that "Archive & Install" is the cure.
    The installer simply proceeds to install Leopard without pause. I am using the Mac OS X Upgrade DVD on a new iMac.
    Any suggestions?

    I'm not sure what options the upgrade DVD gives. Perhaps someone else will know. You might also try searching these discussions for other posts on this topic.
    Good luck,
    Steve M.

  • How do you unlock your itunes account when you can't remember the answers to your security questions?

    How do you unlock your itunes account when you can't remember the answers to your security questions?

    Click here for information. If you can't get the answers emailed to you for some reason, contact the iTunes Store staff via the link in that article.
    (75741)

  • How do you remove an apple id when you can not contact the previous user?

    I am working with a local Pawn shop that purchased an ipad from an indavidual. They restored the ipad and apparently, the contact info from the user is bogus. So, is there any way to get the apple id removed when you can not contact the previous owner? I have the serial number and any other info that may be needed.

    No, there is no way to remove the previous user ID. If the previous owners information was bogus the iPad is likely stolen.

  • Is there a way to delete an app when you can't see the app's icon?

    Is there a way to delete an app when you can't see the app's icon? I have so many apps that they don't all show up on the existing screens. I know it can be done by connecting to a computer and using iTunes, but I'm on the road away from my Mac.

    I tried that and instead of showing me the inaccessible screens, it just shortens the number of available screens. Then if I reset the home screen in preferences it removes the folders I created and I'm back to square one.

  • What do you do when you can't read the code on a iTunes gift card?

    What do you do when you can't read the code on a iTunes gift card? I tried taking it back to the store with my reciept, but they said I would have to contact Apple support. Am I out just out $25 dollars?

    See this support article:
    http://support.apple.com/kb/TS1292
    Instructions are at the bottom of that article.
    BTW, this forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. Normally you want to ask your questions in the general iTunes forums.
    Regards.

  • I bought an application in itunes. When i opened the application, it asked me the access key that was sent throught my email address. But when i open my email address, there was no message from apple. how was that? where can i get the access key?

    i bought an application in itunes. When i opened the application, it asked me the access key that was sent throught my email address. But when i open my email address, there was no message from apple. how was that? where can i get the access key?

    Apple doesn't send access keys for apps. Which app was this?

  • I updated my 4s to ios7 and the phone is now completly dead. I tried to restore it with the new itunes but it won't restore. If you can't get the download be glad! Anyone have any ideas other than going out and buying a new Samsung phone?

    I updated my 4s to ios7 and the phone is now completly dead. I tried to restore it with the new itunes but it won't restore. If you can't get the download be glad! Anyone have any ideas other than going out and buying a new Samsung phone? I don't really need a paper weight.

    No not jailbroken. After the update which took about 45 minutes. The phone went black. Dead. Wouldn't restart. Using the new itunes I tried to restore it. It went through the motions; the white Apple and progress bar appeared on the iphone screen. Then I got a message "Itunes has detected an iphone in recovery mode. You must restore this iphone before it can be used with itunes." Then the phone went completly dead again. I Repeated the process and got the same results. Is there another way to restore the phone if it's dead, besides itunes?

  • How do you close an information window when you can't see the close button?

    One of my Macs is a trusty old G3 iMac and since version 8 I've had a problem with the information window you get for podcasts when you click on the 'i' button. The window goes to the full screen height, in fact it goes beyond because you can't see the top and button. Therefore I can't close it with the mouse or move it.
    I also can't find a keyboard shortcut that will close this window, so I have to exit iTunes and re-start, which on this machine is a slow process.
    Anyone help welcome - is there a keyboard shortcut?

    Meg St._Clair wrote:
    If, on the other hand, you're talking about the Info window you get when you click on the little "i" next to the description, that can be closed using the standard Mac keyboard short cut of Command-W.
    Thud...thud...thud...
    ...that's the sound of me hitting my head on the keyboard. I never knew about Command-W because, you know, it's only a menu option IN ALL THE APPLICATIONS I JUST LOOKED AT!
    Oh well...you learn something every day...and I would like to point out that if you use OSX Leopard's help system and search for "keyboard shortcuts", Command-W isn't mentioned.
    Thanks again!

  • Tracking down a memory leak in LV8.2 when you can't use the profiler

    I am working with this large application. I have satisfied myself that it does have a memory leak by watching the Window's Task Manager while using the app.
    My first preference is to use the Profiler. However when I press 'Start' on the profiler, it instantly crashes LV. It does not do this for all VIs. I have tried to find the offending VI as narrowly as possible, but a VI that crashes profiler on one machine doesn't on another, so I gave that path up.
    If someone knows of a thread about the profiler crashing, please point me that way.
    Failing that, what kind of tips are there for tracking this leak down?
    Thanks!

    Hiya,
    Don't know of anything that will crash the profiler right off-hand, but it never struck me as the most... ah, robust bit of code in LV.
    As far as pre-existing tools, you could try the memmon.llb that lives in the National Instruments/<labview>/examples folder.  It should show the memory load of each vi in memory, though it may require a little retooling to get things into a view that you like.
    If you're on Windows, there are a number of tricks you can play with the SysInternals (now Microsoft) tools.  This usually boils down to watching lower level accesses to the operating system for patterns that look suspicious.  Not a high yield path, but occasionally it works.
    For methods, I like divide and conquer.  The more portions you can eliminate as NOT having the problem, the fewer portions of your code you have left to look for problems in.
    Tracking down memory leaks can be very difficult, but most show up in the end.
    Good bug hunting!
    Joe Z.

  • How can I get the File, Edit, View, Windows ect to show in Organiser

    While on various tutorials they all show a
    menu of file, edid, view ect in the top left hand corner of the screen, mine shows only a small square box that when clicked give you the option of restore, close minimise ect. How can I get the file edit menu to show. Should have said in Photoshop Elements 9.

    Thanks Barbara that's done the trick

  • How can I get the product key of my HP 250

    Hi,
    I contacted Microsoft concerning the Product key of my hp 250 G1 for activation. I have been trying to activate it since last year but I could not. Microsoft told me it Is a volume licensing key and it only showed last 5 digits of the keys. If I tried to activate my Windows it would prompt me to buy another Product key which is worth to buy another laptop. Please I need your support and assistance to get the Product keys for activation. Thank you. The Product no is: H6E14EA#ABV

    Hello  ,
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    Even though this is a Commercial product, here is a document on Windows 8 product key. Thanks.

  • Where can I find the product key for Windows 7?

    Hi - I recently purchased a laptop from Dixons. Where can I find the product key to start using microsoft 7? I can not find it anywhere.
    Please help!

    Hello
    I believe 90% of Toshiba notebooks you can find on the market are delivered with preinstalled operating system. When you start it for the first time you must NOT activate preinstalled OS. At the bottom of the notebook you can find Windows sticker with valid key license.
    Maybe you bought notebook without preinstalled OS. In this case you must install own OS and use own license key.
    The question is: which notebook model do you have exactly and was your notebook delivered with preinstalled operating system?
    For exact answer please offer more relevant information.

  • Use yahoo mail ,turn private browsing off.go to setting ;safari  turn off. I go into safari but I can't get the private browsing icon! Pls adv

    Hi I need help! I can login in my yahoo. My iPad appear " please turn Private Browsing off. Please go to Setting " Safari " Private Browsing and turn it off.
    I go to safari but I can get the private browsing icon! Pls adv

    Make sure Private Browsing is off.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

  • Ipad states ipad disabled connect to itunes. When I do it tells me passcode it locked.  How do I unlock the ipad when you can't remember the passcode?

    My daughter (honestly) forgot her passcode to her ipad 2 and she is now locked out.  It states:  iPad is disabled connect to itunes.  When I connect to itunes it tells me to enter my passcode.  How do I get fix this?

    Here is a kb that describes what to do.  Go to the section that says "placing your device in recovery mode"
    http://support.apple.com/kb/HT1808?viewlocale=en_US
    This will "nuke" the device....as iPaqd26 said, it's best if you can remember the device pass code

Maybe you are looking for

  • Why the Safari download icon doesn't refresh until you single click on it

    After Leopard I found that when I download files in the stack, the icon doesn't reflect the downloading status like it used to in leopard. I mean the progress bar on the icon doesn't move until it finishes download or when you click on it. I tried to

  • Apple TV not support

    Help!  I just bought the Apple TV and hooked it up to my Vizio television & I get a message on my TV that says 'Not support'.  I use Net Gear as my router. Would appreciate any advice...

  • Mandatory to be removed

    In ia01, IA05 initial screen change number has the mandatory field. HOw to remove the mandatory.

  • Word doc import into FCE

    I have FCE 2. I would like to import a page from a Word document to use as an image in a FCE project. Can anyone tell me how? I have Word 2004 for Mac.

  • Alamouti 2x2 using USRP- PPL did not lock within the allotted time

    Hello. I've been trying to use the following example VI: http://www.ni.com/white-paper/13878/en/ I can't understand how to connect the two USRPs  What clock source should I use? How should I connect it? right now I have my USRPs connected with a MIMO