base32: + to L

This commit is contained in:
minjaesong
2021-02-11 21:27:38 +09:00
parent 9eb757b7b9
commit 689fac7f27

View File

@@ -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'),