File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo -n 'Hello, World' | od -vt x1
4242Each represented byte in output is equal to the ` Hello, World ` correspondent character in ASCII Table. e.g. ` H ` is equal
4343to ` 0x48 ` and so on. So every letter in the string is converted into a character of ASCII table. The ` String ` is a basic
4444data type. The main question is what we should do if we'd like to represent complex data structures in an array of bytes
45- and vice versa. It seems easy at first glance, it's not though. It 's highly recommended to persuade the next sections.
45+ and vice versa. It seems easy at first glance, it's not though. For that, it 's highly recommended to persuade the next sections.
4646
4747- [ Binary to Text Encoding] ( https://github.com/KeyvanArj/cryptography-in-use/tree/main/encoding/binary-to-text ) : This
4848 method will be used as the primitive tool in binary and text data manipulation.
You can’t perform that action at this time.
0 commit comments