Skip to content

Halqq/RCZEncryptationKT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 == $HalqRCZ!$ -1前今&前u@...

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 == $HalqRCZ!$ 73円後)前@&前779円後)前@&前777円後)前@&前777円後)前@&前780円後)前@&前7* 65円後)前@&前780円後)前@&前788円後)前@&前777円後)前@&前778円後)前@&前7*

About

RCZ algorithm in kotlin (update version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages