Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

java - RSA Decryption using PrivateKey in pem format -


i'm newbie cryptographic area. here problem:

i need decrypt cipher text(encrpyted rsa-public key) using privatekey in "privatekey.pem" format. not know has been encrypted whether password based or anyother methods, rsa based encryption. there way decrypt cipher text? hope understand query if doubts pls post me explain clearly. request post ways possible using java ...

assymmetric encryption works on principle need 1 of 2 keys encrypt data , other 1 decrypt it. in case how work:

  • generate key pair: 1 private key, 1 public key
  • give public key else, have him/her encrypt message it. 1 can read message private key (no password involved).

so thing need private key.

this means need store private key somewhere. security reasons, private key encrypted triple des (which symmetric). in case, encrypt private key triple des password. after have decrypted private key, can use decrypt message encoded encoded public key.password , need password decrypt private key. how works in apache ssl.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -