|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Crypto Protocol Question - Suppling an IV with my file
Hi all,
Can you please advise: I want to encrypt several files and send it to a remote destination. All files uses the same encryption mechanisem and cipher key. The key is also known to the remote destination. What is the standard method to send the IV of each file? Shall it be added at the begining of the encrypted file? Thanks NBS |
|
#2
|
||||
|
||||
|
For something that always comes up, I don' t know if any 'standard' way to send the IV
It is typically send first, before the cipher text. Sometimes its send in the RSA packet, if there is space. Obviously, since you need it to decipher the stream, you can't encipher it |
|
#3
|
|||
|
|||
|
Putting it at the start of each file is fine. IV's are usually just sent in the open. If you want to be extra secure, you can figure out a way to send them securely if you like.
__________________
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Security and Cryptography > Crypto Protocol Question - Suppling an IV with my file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|