Skip to content

[WPF] This program has been developed for the cryptography course I was participating in. It is an implementation of Serpent CIpher in C# along with the ability to encrypt and decrypt files in asynchronous manner from before the async/await keyword.

Notifications You must be signed in to change notification settings

rvnlord/Serpent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPFSerpent v1.48:

Download:

Download SHA256

Features:

  • Encryption and Decryption for files of any size
  • Support for password or raw key
  • ECB and CBC Block Cipher Modes
  • Standard and BitSlice Serpent Version
  • Support for any valid Key
  • Random Password and Key Generator
  • Drag and Drop for Files
  • Progress Bar (Window remains responsive at all times)

WPFSerpent1

WPFSerpent2

Be aware that any updates after 18-05-2015 were made strictly to fix minor bugs and maintain compatibility with current systems (no core changes since then).

About

[WPF] This program has been developed for the cryptography course I was participating in. It is an implementation of Serpent CIpher in C# along with the ability to encrypt and decrypt files in asynchronous manner from before the async/await keyword.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages