Skip to content

Multiple encryption program based on RC4A, Spritz, SHA-384 and SHA-512

License

Notifications You must be signed in to change notification settings

azavana/Ouroboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ouroboros

Multiple encryption program based on RC4A (Upadted version of RC4 by Souradyuti Paul and Bart Preneel), Spritz (Updated redesign of RC4 by Ronald Rivest), SHA-384 and SHA-512.

How it works

    1. The program takes a clear message as an input
    1. Perform the RC4A_Spritz encryption (using Kratos_Encrypt function)
    1. Perform SHA-512
    1. Perform SHA-384 (Final stage)
    1. Swap the characters of the final stage and output the result

Only the final result is outputted

About

Multiple encryption program based on RC4A, Spritz, SHA-384 and SHA-512

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published