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