Rijndael encryption - can I supply my own encryption key?

  • Thread starter Thread starter RJ
  • Start date Start date
R

RJ

The 2.0 Framework SDK only has examples where the Rijndael class instance
provides the key. I've tried setting my own key value, making sure my key
length matches the KeySize property of my Rijndael instance. I always get
"invalid key". Am I misunderstanding the concept - if I don't set and keep
my own key, how will I be able to decrypt later? Any ideas or example would
be much appreciated.


RJ
 
Back
Top