diff --git a/Home.md b/Home.md index c674fe3..836c3ad 100644 --- a/Home.md +++ b/Home.md @@ -24,7 +24,7 @@ The string encryption method takes a whole string to digest and isn't as optimiz I have tried my best to optimize for memory usage, using the fstream function I can read chunks of the file and encrypt them straight into memory instead of reading it all in memory only to do the same thing but less efficiently. ## Examples - +[String Encryption](https://tea.chunkbyte.com/kato/kpcrypt/wiki/-String-Encryption)