Releases: SteezCram/Arma-Crypto-Binary
Releases · SteezCram/Arma-Crypto-Binary
Small changes
Basics
This release contains all the basic methods for the number to binary transformation, all the shifting operation, and some bitwise operation.
Binary transformation
- DecimalToBinary
- BinaryToDecimal
- TruncateBinary
Bitwise operation:
- Bitwise AND
- Bitwise OR
- Bitwise XOR
Shifting operation:
- Left shift
- Right shift
Encryption method:
- Arcfour
Thanks to the binary transformation, we can make all the other stuff like base64, SHA, AES even if Deflate. The possibility are endless.