You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive Java library for interacting with PKCS#11 (Cryptoki) compatible hardware security modules (HSMs) and smart cards. This wrapper simplifies cryptographic operations while maintaining high security standards.
Programming project for CSC 332 - Cryptology. It can encrypt and decrypt 3 substitution ciphers: Caesar, Atbash, Polybius Square; and 3 polyalphabetic ciphers: Vigenere, Alberti, and Trithemius. The encryption and decryption process varies with each cipher.