cryptographic key

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By HardFire1

Help pls.

Help, I do not understand how I can install a cryptographic key before compiling godot Windows 7, VS 2017, Godot 3.1

Screen

Did you use this service? You’re supposed to select aes-256-cbc when generating your key. Here’s documentation from Godot on script encryption.

Kyle Guarco | 2019-04-20 17:02

:bust_in_silhouette: Reply From: HardFire1

Problem solved. From the Visual Studio console, you had to enter
SET SCRIPT_AES256_ENCRYPTION_KEY = your_key
and not
SET SCRIPT_AES256_ENCRYPTION_KEY = “your_key”