Module crypt.api
Package io.github.astrapi69.crypt.api.obfuscation
This package provides interfaces for the classes want to provide obfuscation of text and
disentangle it back
-
Interface Summary Interface Description KeyRule The marker interfaceKeyRule
can define a rule for obfuscate and disentangle over a key.Obfuscatable The interfaceObfuscatable
provide method to obfuscate text and disentangle it back.