Description Usage Arguments Details Value Examples
Encondes the phrase 'Hello, world!' within a secret matrix that you can share with your friends.
1 |
message |
A string using ASCII characters to encode into a secret matrix. |
txt |
desired type of output. If |
encoder
finds the position in ASCII table for each character of the message, then turn into binary code and returns a 8-column matrix with the number of rows according to total of characters in the message.
If txt = TRUE
, the output is an instruction to create the secret matrix, so you can easily share.
A matrix with 8 columns to represent each row as a character in your message.
If txt = TRUE
, a manual instruction to create the secret matrix.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.