Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _sidebar.md
  • Loading branch information
idkreally-3537 authored Feb 12, 2023
commit 65413e61324ccdf41752f5bb7898607c2a2d4e50
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@

**Topics**

- [GJP](/topics/gjp.md)
- [Level Passwords](/topics/level_passwords.md)
- [Level Encoding/Decoding](/topics/levelstring_encoding_decoding.md)
- [Game Save Files Encryption/Decryption](/topics/localfiles_encrypt_decrypt.md)
Expand All @@ -121,6 +120,7 @@
- **Encryption**
- [Base64 Encoding](topics/encryption/base64.md)
- [CHK Generation](topics/encryption/chk.md)
- [GJP](/topics/encryption/gjp.md)
- [RS, UDID and UUID](topics/encryption/id.md)
- [XOR Cipher](topics/encryption/xor.md)
- [Data Zipping](topics/encryption/zip.md)