Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mkay1375 committed Jan 3, 2025
1 parent 6f58f90 commit 928fc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hiss

Hiss is a Java/Kotlin field-level encryption and hashing library
which lets you encrypt and calculate hash of selected (annotated) fields of an object.
which lets you encrypt and calculate hash of only selected (annotated) fields of an object.

It is most useful when you want to persist or send an object which has sensitive fields.

Expand Down Expand Up @@ -158,7 +158,7 @@ All methods in Hiss class are idempotent; meaning calling `encryptObject` twice,
won't result in encrypting fields twice and as for decryption, plain texts will be left untouched.

There is a [sample application in tests](src/test/java/io/github/tap30/hissapp/Application.java)
which demonstrates more use case of Hiss.
which demonstrates more use cases of Hiss.

## How does Hiss work?

Expand Down

0 comments on commit 928fc7d

Please sign in to comment.