You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Security and Protection/b17ffeb3b059a369aec3e15775d240c22925b22e4b8a097cabbc528e32f5ee96_Security and Protection_security_protection_delete_document_shredder.svg",
11
+
"shortDescription": "hash with base 64.",
12
+
"version": "1.0.0",
13
+
"description": [
14
+
"You can hash and unhash your string in base64.",
15
+
"",
16
+
"HashBase64 :",
17
+
"",
18
+
"`Base64::HashBase64(string)`",
19
+
"",
20
+
"UnHashBase64 :",
21
+
"",
22
+
"`Base64::UnHashBase64(string)`"
23
+
],
24
+
"tags": [
25
+
"hash",
26
+
"base64"
27
+
],
28
+
"authorIds": [
29
+
"SUhqLUGyXqMdHyX1POrk1KIbZ0M2"
30
+
],
31
+
"dependencies": [],
32
+
"globalVariables": [],
33
+
"sceneVariables": [],
34
+
"eventsFunctions": [
35
+
{
36
+
"description": "Encode in Base 64.",
37
+
"fullName": "Hash a String with BASE 64",
38
+
"functionType": "StringExpression",
39
+
"group": "Encode in Base 64",
40
+
"name": "HashBase64",
41
+
"sentence": "",
42
+
"events": [
43
+
{
44
+
"type": "BuiltinCommonInstructions::Standard",
45
+
"conditions": [],
46
+
"actions": []
47
+
},
48
+
{
49
+
"type": "BuiltinCommonInstructions::JsCode",
50
+
"inlineCode": [
51
+
"// Récupération du texte à encoder depuis le paramètre _str",
0 commit comments