mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
base32: + to L
This commit is contained in:
@@ -10,7 +10,7 @@ import kotlin.experimental.xor
|
||||
*/
|
||||
object PasswordBase32 {
|
||||
|
||||
private val stringSet = "YBNDRFG8EJKMCPQXOT+VWIS2A345H769="
|
||||
private val stringSet = "YBNDRFG8EJKMCPQXOTLVWIS2A345H769="
|
||||
|
||||
private val substituteSet = hashMapOf(
|
||||
Pair('0', 'O'),
|
||||
|
||||
Reference in New Issue
Block a user