I want to encrypt a file but i have the key as a byte array. I do not want to use a password. Is it possible ?
Asked
Active
Viewed 800 times
1 Answers
1
Use the TCodec.InitFromStream() method. Refer to the on-line help.
Also see the tutorial on encrypting a file.

Sean B. Durkin
- 12,659
- 1
- 36
- 65
-
Thx. I have now another problem – EchoRo Apr 12 '12 at 19:37