AdvancedCipherGen class

Advanced more secure key generation

Constructors

AdvancedCipherGen()

Properties

d int?
no setter
e int?
no setter
hashCode int
The hash code for this object.
no setterinherited
N int?
no setter
p int?
no setter
phi int?
no setter
q int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
step1({required int p, required int q}) List<int>
Sets p and q variables. Makes them different prime numbers and generates the necessary data for the next step.
step2({required int eIndex}) → void
Generates the decryption number
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited