Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 761 Bytes

File metadata and controls

15 lines (12 loc) · 761 Bytes

CryptoToolJava

Overview

CryptoToolJava is a Java-based application designed to provide various cryptographic functionalities. It serves as a toolkit for developers looking to implement and understand cryptographic algorithms and techniques.

Features

  • Encryption/Decryption: Provides methods for symmetric and asymmetric encryption.
  • Hashing: Implements popular hashing algorithms such as SHA-256, SHA-512, and MD5.
  • Key Management: Features for generating, storing, and managing cryptographic keys.
  • Digital Signatures: Capabilities to create and verify digital signatures for ensuring data integrity and authenticity.

Installation

  1. Clone the repository:
    git clone https://github.com/Dants96/CryptoToolJava.git