Dear all,
I use the symetric encryption for coding a simple text
file.
This encryption methos request as parameters a Key and a
vector.
by default I pass emty data here and it mentionned that it
calls automatically GenerateKey and GeneraVector function
for random values.
Then when I get this encrypted file, I need to send it to
another PC. If I understand well the key that has been
used for encryption need to be present on the destination
PC to be able to decode the file right?
How then can I install that key on the destination PC ?
If I need to setr my own key how could it be?
thnaks for your information
regards
serge