This topic is locked

Encryption

8/20/2025 6:19:51 AM
PHPRunner General questions
J
Jan author

With the enterprise version of phprunner, it's possible to encrypt and decrypt data. The encryption code is then stored in the phprunner project. The encrypted fields are no longer readable without the encryption code. However, the encryption key is located somewhere in a phprunner file. If this code is traceable, the data in the database can be read. Is there a better solution?

Sergey Kornilov admin 8/20/2025

This can be done with the help of some custom code. We did something similar in one of the latest DevClub webinars, experimented with storing some sensitive data in environment variables.