Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 308 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 308 Bytes

java-card-encryption

This repository contains a Java Card applet that implements AES-128 encryption in CBC mode and integrity check using MAC code in encrypt-then-mac schema + test script.

This is only a proof-of-concept applet, check for the current NIST security recommendations before further usage.