|  Developer
Updated on May 17, 2022

from_base64

  • Decrypt data to base64 cipher.
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" );