Source Code
Here you will find source code written by me that you may use and modify freely, the only requirement is that the comment about the original author (and the notice about this) remains in the source code.
It's source code for Embarcadero Delphi.
Since my source code has been stolen several times during the years 1998 to 2021, I can not publish what I want from my own source code as there are people who have published it in their name.
A
- AJHash.PAS (My own hash function AJ Hash for Embarcadero Delphi, included are 32-bit and 64-bit, but it can easily be extended.) [ Plain text ]
B
C
D
E
F
G
H
I
J
K
- KSADLL.PAS (Dynamically load my little DLL file KSA.DLL / KSA-X86.DLL in Embarcadero Delphi and use it to make encryption keys from passwords.) [ Plain text ]
L
M
N
O
P
Q
R
- RandomDLL.PAS (Dynamically load my little DLL file RANDOM.DLL / RANDOM-X86.DLL in Embarcadero Delphi and use it to generate random Bytes.) [ Plain text ]
S
T
U
V
W
X
Y
Z