From bc4b4ee7233e1695751a715cc465a4af7ee8876c Mon Sep 17 00:00:00 2001 From: NEOAPPS <158327205+neoapps-dev@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:50:25 +0300 Subject: [PATCH] Update advanced.md --- advanced.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advanced.md b/advanced.md index 17f1516..af8c967 100644 --- a/advanced.md +++ b/advanced.md @@ -29,6 +29,10 @@ $encryptedString = EncryptData $key $unencryptedString; # Decrypting $backToPlainText = DecryptData $key $encryptedString; ``` +output: + +![image](https://github.com/user-attachments/assets/92885fea-9a88-4589-b3fb-64713e28adf5) + ### Asynchronous Command Execution