Skip to content

TREYFER2 Block cipher encryption source code in C. 8192-bit keys. 128-bit block cipher (like AES) 64 rounds.

License

Notifications You must be signed in to change notification settings

MikeVangrouss/TREYFER2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TREYFER2

TREYFER2 Block cipher encryption source code in C.

TREYFER2 was released in 2005.It has exactly the same design as TREYFER but it no longer works on 64-bit blocks, instead it works on 128-bit blocks like AES.

With TREYFER2 subkeys are generated by a one-way hash function, representing 8192 bits. Thus attacks against TREYFER do not work with TREYFER2.