Encrypting information in a packet
Published: February 21, 2024 - 2:18 PM
Hello,
I need to encrypt information within a package (specifically, a password).
Currently, I'm using a technique I saw in the documentation (I think): I use `update_package` to encrypt the information with each machine's certificate, and the data is saved in a .json file within the package and decrypted during installation.
The problem is that every time a machine is added to WAPT, I have to run `update_package` to update the .json file.
I'd like to know if there are other methods for encrypting information within a package that wouldn't require updating the package itself.
Sincerely,
Guillaume
I need to encrypt information within a package (specifically, a password).
Currently, I'm using a technique I saw in the documentation (I think): I use `update_package` to encrypt the information with each machine's certificate, and the data is saved in a .json file within the package and decrypted during installation.
The problem is that every time a machine is added to WAPT, I have to run `update_package` to update the .json file.
I'd like to know if there are other methods for encrypting information within a package that wouldn't require updating the package itself.
Sincerely,
Guillaume