encrypt the contents of a file
how do i encrypt the contents of an entire file? i should be able to decrypt it later
Archive: encrypt the contents of a file
encrypt the contents of a file
how do i encrypt the contents of an entire file? i should be able to decrypt it later
use the System plugin and call Windows API: EncryptFile / DecryptFile ?
how to implement it? i know some stuff about the system plugin and yes i took the tutorials but i still noe only a bit so help me out here. and what hashes are supported?
sorry i'm not expert on those plugin & API
someone else might help
You could try DcryptDLL.
is'nt that for encrypting the installer?
No, it's for encrypting a specific file in the installer or outside of it.