https://github.com/weimingtom/xxtea_csharp_mod
My xxtea csharp mod
https://github.com/weimingtom/xxtea_csharp_mod
Last synced: about 2 months ago
JSON representation
My xxtea csharp mod
- Host: GitHub
- URL: https://github.com/weimingtom/xxtea_csharp_mod
- Owner: weimingtom
- Created: 2024-09-17T09:46:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:13:56.000Z (9 months ago)
- Last Synced: 2025-04-15T02:48:04.988Z (about 2 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xxtea_csharp_mod
My xxtea csharp mod## About
* USE_XXTEA_PASSKEY1 is modified
* my mod java: testxxtea_java/src/XXTEA.java
* my mod csharp: testxxtea/XXTEA.cs
* original: testxxtea/XXTEA2.cs
* original java ref: https://github.com/xxtea/xxtea-java/blob/master/src/main/java/org/xxtea/XXTEA.java
* original csharp ref: https://github.com/xxtea/xxtea-dotnet/blob/master/XXTEA/XXTEA.cs## What different from official
* TODO, not same as official implementation, to get same result from Java and CSharp for me
* For encrypting pure string like password