from_base64 Decrypt data to base64 cipher. Params Returns Example Edit fields type description data string Target data for decryption. Edit fields type description decrypted_data string decrypted data Edit local security = require("security") local decrypted_data = security.from_base64( "data for decryption" );