Package | Description |
---|---|
org.refcodes.forwardsecrecy |
With the `refcodes-forwardsecrecy` group of `Java` artifacts you do high
throughput symmetric encryption of data securing it with an asymmetric
encryption approach - giving you the speed of symmetric encryption and the
security of symmetric (public/private-key) encryption.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LoopbackEncryptionService |
Deprecated.
To prevent accidental use in productive environment this insecure
implementation of the
EncryptionService has been marked
as being deprecated; please use only for testing purposes. |
class |
PublicKeyEncryptionService |
This Encryption-Service uses a public key for an asymmetric encryption
algorithm in order to encrypt any ciphers being generated before them ciphers
are passed to the Encryption-Server which persists them cipher versions with
the cipher UID and the encrypted cipher.
|
Copyright © 2021. All rights reserved.