rsa
kry
Go to file
surtur ded3029bf2
fix: account for people inputing custom values
* previously, only values that have directly been generated were
  recognised as valid (P, Q, N, E, D have all been set at gen_primes()
  time) and this resulted in a situation where encrypt/decrypt methods
  could have ended up working with zero values.
2021-01-15 21:42:57 +01:00
Properties adding project files 2019-12-10 16:07:21 +01:00
.gitignore added .gitignore 2019-12-10 16:09:18 +01:00
App.config adding project files 2019-12-10 16:07:21 +01:00
Form1.Designer.cs feat: merge fix-thread-lockup 2021-01-04 20:02:51 +01:00
Form1.cs fix: account for people inputing custom values 2021-01-15 21:42:57 +01:00
Form1.resx adding project files 2019-12-10 16:07:21 +01:00
KRY-0x03.csproj merge: moar-good-stuff goodies for fun and profit 2020-12-16 16:21:01 +01:00
KRY-0x03.sln adding project files 2019-12-10 16:07:21 +01:00
Program.cs adding project files 2019-12-10 16:07:21 +01:00
README.md initial commit 2019-12-10 15:56:46 +01:00
packages.config merge: moar-good-stuff goodies for fun and profit 2020-12-16 16:21:01 +01:00

kry-0x03

works badge

sawce of project 0x03 - rsa - for cryptography classes - winform wersion