Skip to content

Encrypter uses Base64Coder class to do conversions in encryption and decryption with AES or DES

Notifications You must be signed in to change notification settings

zspmaomao/AES_and_DES_encrypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ENCRYPTER

Encrypter uses Base64Coder class to do conversions in encryption and decryption.

Encrypter supports AES and DES cipher algorithms. Is currently in ECB mode with NoPadding as padding. Does CBC manually in encrypt and decrypt methods.

Strings must be in multiples of 64-bits or 128-bits for DES and AES, respectively.

BASE64CODER

Copyright 2003-2010 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland

www.source-code.biz, www.inventec.ch/chdh

This class is used to encode and decode data in Base64 format as described in RFC 1521.

About

Encrypter uses Base64Coder class to do conversions in encryption and decryption with AES or DES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%