Updated Base X description

This commit is contained in:
2024-04-27 14:29:31 -04:00
parent e2f1d37d98
commit 7a924cfb7c

View File

@@ -59,9 +59,9 @@ cipher.mono.baconian.facts={\
#Base X #Base X
cipher.mono.basex.name=Base X cipher.mono.basex.name=Base X
cipher.mono.basex.description= cipher.mono.basex.description=Base X uses the integer values for each character and displays them in the desired base.
cipher.mono.basex.explanation={\ cipher.mono.basex.explanation={\
"Base X is an abstraction for Base 2, Base 16, etc. Base X uses the integer values for each character and displays them in the desired base."\ "Base X converts each character in the given string to an integer value in the desired base, i.e. base 2 (binary), base 8 (octal), base 16 (hexadecimal), etc."\
} }
cipher.mono.basex.facts={\ cipher.mono.basex.facts={\
} }