public class LeetEncoder extends Object
This was converted from leet.cpp of the Password Maker CLI version.
| Constructor and Description |
|---|
LeetEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
leetConvert(LeetLevel level,
SecureCharArray message)
Converts a SecureCharArray into a new SecureCharArray with any applicable
characters converted to leet-speak.
|
public static void leetConvert(LeetLevel level, SecureCharArray message) throws Exception
level - What level of leet to use. Each leet corresponds to a different
leet lookup table.message - The array to convert.Exception - upon sizing error.Copyright © 2018. All rights reserved.