FuckMyBytes2
The next generation of ABF Technology
Everything happens in your browser, don't worry about privacy.
Or
How it works?
- Key generation
- Generates a 32-byte key
- Mix the numbers together to make a stronger key
- Use the key to make a bunch of random numbers
- Creating magic stream
- Initialize basic variables
- Generate stream bytes until we have no more bytes to mix
- Encryption
- Convert the input to utf8 array
- Put them into an XOR
- If encrypting: put them into Base64
If decrypting: put them into utf8
That's it. Seems to be small right?