Skip to content
Closed
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
forgot to change link (gzip is is not same as zlib)
  • Loading branch information
xBZZZZ committed Jan 9, 2023
commit a1f81e7a3a88f7e541c867df20f30380307fc92d
2 changes: 1 addition & 1 deletion docs/topics/localfiles_encrypt_decrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def mac_decrypt(data: bytes) -> str:

### Windows and Android

Encryption is done pretty much the same way but with opposite operations and order. So the sequence for encrypting can be defined as: [gzip](https://zlib.net) compress/deflate → [Base64](topics/encryption/base64) encode → XOR using `0xb` (`11`) as a key.
Encryption is done pretty much the same way but with opposite operations and order. So the sequence for encrypting can be defined as: [gzip](https://en.wikipedia.org/wiki/Gzip) compress/deflate → [Base64](topics/encryption/base64) encode → XOR using `0xb` (`11`) as a key.

<!-- tabs:start -->

Expand Down