Skip to content

Commit 73bc6a8

Browse files
committed
README: badges, consistent structure, remove zero-dep messaging
1 parent ef7f9a8 commit 73bc6a8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# cyphera
22

3-
Data protection SDK for Java — format-preserving encryption (FF1/FF3), AES-GCM, data masking, and hashing. Zero runtime dependencies.
3+
[![CI](https://github.com/cyphera-labs/cyphera-java/actions/workflows/ci.yml/badge.svg)](https://github.com/cyphera-labs/cyphera-java/actions/workflows/ci.yml)
4+
[![Maven Central](https://img.shields.io/maven-central/v/io.cyphera/cyphera)](https://central.sonatype.com/artifact/io.cyphera/cyphera)
5+
[![Java](https://img.shields.io/badge/java-8%2B-orange)](https://www.oracle.com/java/)
6+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)
7+
8+
Data protection SDK for Java — format-preserving encryption (FF1/FF3), AES-GCM, data masking, and hashing.
49

510
## Install
611

0 commit comments

Comments
 (0)