Skip to content

hackmac89/vIDEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vIDEA

VBA implementation of the IDEA algorithm

This is an implementation of the IDEA symmetric cipher (International Data Encryption Algorithm) written in Visual Basic for Applications for usage within applications of the Microsoft Office package.

1 IDEA round:

IDEA round

Performance wise, this pure VBA implementation is suitable for strings and small files.

Everything related to big files should be done by writing a wrapper for the obsolete Windows Crypto API inside the VBA code. But given that, you are limited to RC2/DES/3DES/3DES112 and MD5/SHA (for hashes).

About

VBA implementation of the IDEA algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published