Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions