Skip to content

ldvalido/Salsa20MultimediaEncoding

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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