dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,859
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,545
- Points
- 1,813
- Credits
- 55,080
‎7 Years of Service‎
56%
Encode data inside Emoji
Syntax
Code:
# Only the string parameter is mandatory
encode-inEmoji -string 'secret message'
# You do have the option to AES encrypt it though and pick a custom emoji [😈 default emoji]
encode-inEmoji -string 'secret message' -key 'secretKey1234567' -emoji 😊
Script
Retrieve data from inside emoji
Syntax
Code:
# decode plain text data
decode-inEmoji
# decode then unencrypt data with same key used during encoding
decode-inEmoji -key 'secretKey1234567'
Script