# cryptacular **Repository Path**: mirrors_vt-middleware/cryptacular ## Basic Information - **Project Name**: cryptacular - **Description**: The friendly complement to the BouncyCastle crypto API for Java. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Cryptacular [![Maven Central](https://img.shields.io/maven-central/v/org.cryptacular/cryptacular?style=for-the-badge&logo=apachemaven)](https://central.sonatype.com/artifact/org.cryptacular/cryptacular) [![GitHub Releases](https://img.shields.io/github/release/vt-middleware/cryptacular.svg?style=for-the-badge&logo=github)](https://github.com/vt-middleware/cryptacular/releases) The spectacular complement to the Bouncy Castle crypto API for Java. Cryptacular in a nutshell: * Utilities to perform common crypto operations (hash, encrypt, encode). * Stateful, thread-safe bean components. * Components to facilitate strict adherence to standards. * Comprehensive documentation and examples. This project is dual licensed under both the LGPL and Apache 2. ### Building ```sh git clone git@github.com:vt-middleware/cryptacular.git cd cryptacular mvn package ``` ### Documentation See the website: https://www.cryptacular.org