Skip to content

Commit e029fad

Browse files
authored
Update README.md
1 parent ac5d682 commit e029fad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ This is used internally by the cencode and cdecode functions
1515
cdecode(array,key)
1616
this expects an integer array (array) and an integer (key), and will output a text string with the decrypted text.
1717

18+
cdecodeh(text,key)
19+
This expects a string (hex) and an integer (key), and will output a text string with the decrypted text in non-hex format.
1820

1921
you can run it standalone to test its functionality, and the effectiveness of the cipher. it will print the string "hello", followed by a plot of # symbols to test the randomness of the cipher.

0 commit comments

Comments
 (0)