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 @@ -20,7 +20,7 @@ An algorithm and a key are needed things to encode data. The encoded data could
2020data which will be sent over an API response or special characters on a debug console or unit test functions. On the
2121other hand, to decode the encoded data you need the algorithm that was used to encode data plus the key of encryption.
2222
23- But what does happen under the hood? In cryptography, every object will be converted to an array of bytes. This array
23+ But what is happening under the hood? In cryptography, every object will be converted to an array of bytes. This array
2424will be used as the input of a process and the result of the process will be another array of bytes. The last array of bytes
2525is our encoded data.
2626
You can’t perform that action at this time.
0 commit comments