From 7a924cfb7cbd85063382d1613d891e93f37bea61 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 27 Apr 2024 14:29:31 -0400 Subject: [PATCH] Updated Base X description --- src/main/resources/ciphers.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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={\ }