![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Software Security Discussing software security algorithms, tricks, vulnerabilities |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Младенец Join Date: Nov 2001 Location: Bangalore, India
Posts: 2
Rep Power: 0 Reputation:
10 | hi, i am writing an app for WinCE (on iPAQ) in which i need to Encrypt a 20 byte data using RSA public key using CryptoAPI. In msdn it is specified that public keys are used only to encrypt session keys since it takes lot of time to encrypt bulk data. but i need to encrypt a 20 byte data. i am trying to encrypt using CryptEncrypt() api.<BR>But it encrypting data, but not in a proper way. If anyone knows about this pl let me know. If you have a sample code it will be very helpful. Thanx in advance..<BR>Murali Mohan.K
__________________ Murali Mohan.K<BR>Software Engg.<BR>Microcon Intl.<BR>Bangalore<BR>India |
| | |
| | #2 |
| Консервативный Демагог Join Date: Jan 2002 Location: Кавказская Албания
Posts: 889
Rep Power: 7 Reputation:
10 | Please explain me what about do You talking when say "but not in a proper way"
__________________ Праздник к нам приходит... |^^^^^^^^^'''^\| ||\__ | ВОДКА-ВОДКА | ||','''|'''''''\_____,_ | _..... _ | ||_ _|'__|_____||.........| | '(@)'(@)'(@)''''''''''''''''''''''*|(@)""""|(@)* |
| | |
| | #3 |
| Младенец Join Date: Oct 2001 Location: Yerevan
Posts: 42
Rep Power: 0 Reputation:
10 | why not implement it yourself ? <IMG SRC="smile.gif" border="0"><BR>here it is, especially for you... <A HREF="http://freenet.am/~softland/rsa-en.htm" TARGET=_blank>http://freenet.am/~softland/rsa-en.htm</A>
__________________ http://freenet.am/~softland |
| | |