Skip to content

Releases: SteezCram/Arma-Crypto-Binary

Small changes

10 Aug 18:39
Compare
Choose a tag to compare

Just add a little correction about Arcfour that crash when use long string.

Basics

30 Jul 10:24
Compare
Choose a tag to compare

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.