InKey
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |extensions={{ext|iK}} }} '''inKey''' is a Win32 encryption program for very small (~100K) files. It uses a very large ...") |
Parchivist (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|iK}} | |extensions={{ext|iK}} | ||
}} | }} | ||
− | '''inKey''' is a Win32 encryption program for very small (~100K) files. | + | '''inKey''' by RA0193 / artem-drobanov / art-drobanov (Drobanov Artem) is a Win32 encryption program for very small (~100K) files. |
It uses a very large (>800,000 bit) key and ProcessingTime(data) = O(data<sup>2</sup>) so is very slow for larger amounts of data | It uses a very large (>800,000 bit) key and ProcessingTime(data) = O(data<sup>2</sup>) so is very slow for larger amounts of data |
Latest revision as of 15:15, 29 October 2023
inKey by RA0193 / artem-drobanov / art-drobanov (Drobanov Artem) is a Win32 encryption program for very small (~100K) files.
It uses a very large (>800,000 bit) key and ProcessingTime(data) = O(data2) so is very slow for larger amounts of data
The algorithm is further described in the included inKey.pdf (in Russian)