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

Advanced Byte Fucking Technology


FuckMyBytes3

A stronger version of FMB brought to you by ABF technologies inc.


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


Or



How it works?

  1. Key generation
    1. Generates a random 32-byte salt
    2. Convert password into bytes with UTF-8 encoding
    3. PBKDF2 the password (SHA-512, 100000x, 512 bits, salt)
    4. Secure the 32-byte key
  2. Encryption
    1. Generates a 16-byte initialization vector
    2. Sets up AES in galois counter mode
    3. Encrypt bytes using the AES
    4. Combine the data in the following order:
      - First 32 bytes: Salt
      - Next 16 bytes: Initialization vector
      - Remaining: data

Stronger, better, resistant.