=================
== FuckMyBytes ==
=================

Advanced Byte Fucking Technology


FuckMyBytes2

The next generation of ABF Technology


Everything happens in your browser, don't worry about privacy.


Or



How it works?

  1. Key generation
    1. Generates a 32-byte key
    2. Mix the numbers together to make a stronger key
    3. Use the key to make a bunch of random numbers
  2. Creating magic stream
    1. Initialize basic variables
    2. Generate stream bytes until we have no more bytes to mix
  3. Encryption
    1. Convert the input to utf8 array
    2. Put them into an XOR
    3. If encrypting: put them into Base64
      If decrypting: put them into utf8

That's it. Seems to be small right?