Skip to content

ldvalido/Salsa20MultimediaEncoding

Repository files navigation

Salsa20MultimediaEncoding

Salsa20 Multimedia Encoding

Execute with the following commands

To Encrypt: -o Example1.bmp -d ExampleEncrypted.bmp -t Encrypt -k 12345678901234567890123456789012 -v 12345678

The result is an encrypted file (ExampleEncrypted.png) where the command is executed.

To Decrypt: -o ExampleEncrypted.bmp -d ExampleDec.bmp -t Decrypt -k 12345678901234567890123456789012 -v 12345678 -y true The result is an encrypted file (ExampleDec.png) where the command is executed.

About

Salsa20 Multimedia Encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages