Skip to content

Commit

Permalink
Update advanced.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neoapps-dev authored Jul 17, 2024
1 parent ad7f714 commit bc4b4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc4b4ee

Please sign in to comment.