LOCK Soluciones

Company Homepage: http://www.locksoluciones.com.ar/

Send e-mail to this Company

  • Create and validate signatures over PDF, XML, and Office documents
  • Manage X.509 certificates easily and transparently on all platforms
  • Integrate swiftly to local, national, and international PKI environments

Company Products

Total 2 products

AES dll v.0.1

Components > Security > Crypting

By LOCK Soluciones.

Freeware + source 28 Mar 2005

Description

This is an easy to use unit, that allows encrypting and decrypting files using the aes.dll, which implements the AES / Rijndael 128 bit cypher algorithm.

For beginner users, EncodeFile (secretkey, infile, outfile), and DecodeFile (secretkey, infile, outfile), are available for easy encryption/decryption.

For advanced users, the DLL API functions are declared in the interface section of the unit.

The DLL is not included, but can be downloaded and distributed free from the URL there.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 3kB

Platforms: D5

TSocketStream v.0.1

Components > Internet > Sockets

By LOCK Soluciones.

Freeware + source 26 Feb 2005

Description

TSocketStream is a easy to use non VCL class prepared to connect or listen connections via TCP/IP. It supports host name resolve via DNS (using the O.S. gethostbyname() call).

It is syncronous, but it also has this two methods: CanWrite for client sockets, and CanAccept for listening sockets, thus allowing non-blocking implementations without the need for non-blocking sockets.

The same class allows connecting to a remote host, or listening on any port and waiting por incoming connections. Examples for each case is included.

Tested in Delphi 5, not tested in other versions or in Free Pascal.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 23kB

Platforms: D5