Skip to content

Transform | charset | ^ | password | to byte[] #1

@user9209

Description

@user9209

Implement
private static byte[] passwordToBytes(String password, Complexity complexity)

Map 79^length to 2^x .

Feel free to provide a draft how to achive.

As a result any inputs can mapped to a real bit-key:
Taking ASCII there is the probability distribution not a normal distribution in a byte[].
Converting all characters to a number, a roundom taken password should be a normal distribution in a byte[] again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions