diff --git a/src/main/resources/ciphers.properties b/src/main/resources/ciphers.properties index 1bb87ec..4dbef93 100644 --- a/src/main/resources/ciphers.properties +++ b/src/main/resources/ciphers.properties @@ -59,9 +59,9 @@ cipher.mono.baconian.facts={\ #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={\ - "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={\ }