Back
Here are some components and units that I have developed during some time
 
 
PGPComponent.zip
( 279 kB,
includes helpfile 
and complete 
source code)
This unit handles basic PGP operations without using any extra dlls
You also need to download PGPsdk which contains the translations of the PGP - API from NAI
so far the component supports:
  • Encryption of file to a specific recipient
  • Selecting recipient from default keyring
  • Adding public keys to default keyring from keyfiles
more functions will be added as I need them
PEL.zip This package contains a number of components that I have needed:
  • DDListBox
A Listbox where you can reorder the items using Drag and Drop
  • Popupmessage
Encapsules sending Popup- messages 
  • TurboPageControl
A PageControl more like a wizzard
  • AlignedEdit
TEdit with Align published
  • AlignedButton
TButton with Align published
  • AlignedCheckBox
TCheckBox with Align published
  • SelectDirectory
A Dialog like TOpenDialog for selecting directory
  • RotatedFont
A Font with rotation - I've made small modifications to code from
DuNo Electronics I/S - link is to original code !
  • CheckGrid
A Grid of Checkboxes



 

There will be more here !