encrypting/decrypting xml files

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,
I have a bunch of xml files that are used by my vb application. Those
files were written by hand (ie not generated). Do you know a tool to
encrypt them, so that no one can read their content when opening them,
which would also allow me to decrypt them in my code via some
functions?

Thx
 
Actually in this article it is said that instead of using a key and a
IV, one should be able to use a password. That's what i want but it
doesn't work, its size should be equal or greater to a specific number
of bytes and unfortunately I don't know which value is that.
Can you help?
 
Back
Top