Online DES-ECB Data Encryption
Upload a file or enter your text directly to encrypt with DES-ECB algorithm.
DES-ECB
ECB is the basic mode of all block ciphers. Each block is encrypted independently and so identical plain text will produce identical output when encrypted with the same key. Any encryption errors will only affect a single block however this is vulnerable to known plaintext attacks.