RCZEncryptationKT
RCZ Encrypt uses maps to encrypt your string
this use ALPHABYTE to to view the bytearray of encoded strings
This use random chars bytes to transforme one char
[A] -> [65] -> b -> [98] + 前今&前u@ == 8前9今&前u8@
and this put random bytes converted into string
(前今&前u@) -> bytes -> after random byte
CharForString -> randomChar -> randomCharBytes == [-1] -> new char -> random bytes -> randomBytesInString -> prefix ==
How to use
To encode:
RCZCrypto.cryptoRCZ(RCZCrypto.ENCRYPT_MODE, inputText)
To decode:
RCZCrypto.cryptoRCZ(RCZCrypto.DECODE_MODE, encodeText)
Example
RCZCrypto.cryptoRCZ(RCZCrypto.ENCODE_MODE, "hello world")
hello world ==