HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / d
Search:
All categories
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities
»
Home
»
Developer Tools
»
Components & Libraries
»
HS Crypto C Source Library FREE DOWNLOAD
Your download will start in 3 seconds... If not, try the following links:
Download Link 1
Report broken link
HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables. The stream cipher method uses randomly generated key which must be known to both receiver and transmitter to encode each byte with a rotating byte of the key RFC1321 MD5 algorithm generates a 16 byte data signature which is unique to the input data. This may be used for data integrity checking or in digital signature applications. * Applications: - Fixed File Encryption - Telecommunications - Security / authentification *Supported MODES - Use either of the the two pre-defined translation tables - Use dynamically generated translation tables - Use alternating translation tables - Buffer mode or character mode *Summary of API Functions: - HsSetCryptMode - HsEncryptByte - HsDecryptByte - HsEncryptBuf - HsDecryptBuf - HsCryptGenerateXlat - HsCryptGetXlat - HsCryptSetXlat - HsMd5Buffer - HsMd5File The library currently costs EUR 49.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include: - HS Crypto library binaries. (Win32 static library) - HS Crypto library full source code in C with MS Visual C project workspace - HS Crypto Demo Application binaries, full source code and MS Visual C project workspace. - HS Crypto library user manual, which documents in detail complete library API.
«
read more about HS Crypto C Source Library
RECOMMENDED DOWNLOADS IN THIS CATEGORY
»
Home
»
Developer Tools
»
Components & Libraries
(1339)
Select page:
[
1
]
2
3
4
5
6...
»
Image2PDF Dynamic Link Library
The Image2PDF Dynamic Link Library is a simple utility that will convert one or more images into a PDF document. The conversion process is fully controlled through the provided Application Programming Interface and the Dynamic Link Library can be included ...
Utility Warrior | 304 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 4.99 | Downloads: 767
Date added: Sep 19, 2005 |
»
Details
»
JurikSoft Socks Proxy Provider
JurikSoft Socks Proxy Provider is a .NET component with a set of methods, which allow connection to a certain TCP/IP server through Socks Proxy Server. The connection is available through Socks Proxy versions 4, 4a, 5. When using JurikSoft Socks Proxy Pro ...
JurikSoft | 25 KB | Win98,WinNT 4.x,WinXP,Windows2000 | 49 | Downloads: 709
Date added: Sep 19, 2005 |
»
Details
»
The non-standard COM device
The Driver use COM port of the computer as parallel! You have 2 lines on the write and you have 4 lines on the read. You can use the TxD line for data transmitt! The driver is the ActiveX. You can use its in some Programming language. (ActiveX™ is regis ...
Computron Inc. | 316 KB | Win98,Windows2000,WinXP | 20 | Downloads: 744
Date added: Sep 19, 2005 |
»
Details
»
SkinCrafter
SkinCrafter ActiveX developer library allows you to create easily skinnable end-user applications. Support for MS Visual C++, MS Visual Basic, Delphi, Windows Forms (.NET), and all Win32 languages that support COM objects. Flexible controls customization ...
DMSoft Technologies | 4853 KB | Win98,WinME,WinXP,Windows2000,Windows2003 | 299 | Downloads: 728
Date added: Sep 19, 2005 |
»
Details
»
Aurigma Image Uploader
Image Uploader is a client-side ActiveX control which allows you to upload and navigate through the images on a client computer, make basic image processing (generate thumbnails, rotate), edit descriptions of images and then upload them to a server. It dr ...
Aurigma Inc. / EveryThingCyber | 2299 KB | Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 149 | Downloads: 790
Date added: Sep 19, 2005 |
»
Details
»
DataMatrix 2D Barcode ActiveX
DataMatrix ActiveX is a powerful ATL-based barcode control generating the DataMatrix 2D barcode and can be used in any ActiveX-compliant environment like Word, Access, Excel, VB.Net, C#.Net, Visual Basic, Visual C++, Visual FoxPro, Delphi and C++ Builder. ...
MW6 Technologies, Inc. | 962 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows CE | 199 | Downloads: 773
Date added: Sep 19, 2005 |
»
Details
»
Chilkat ASP Mail Component
A POP3 / SMTP email .NET component for sending and receiving email. Packed with advanced features including: full S/MIME capability for sending and receiving signed and encrypted email, MHTML for sending HTML email with embedded images and style sheets, m ...
Chilkat Software, Inc. | 2000 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 99 | Downloads: 796
Date added: Sep 19, 2005 |
»
Details
»
WSH.GUI
Dialog window will create by means of scripts, which are ASCII text files with a format somewhat similar to .RC files. (No, it`s not as complicated as you might be thinking!) You can make some dialog window and you can use this dialog in your program (JSc ...
Computron Inc. | 317 KB | Win98,WinNT 4.x,Windows2000,WinXP | 10 | Downloads: 727
Date added: Sep 19, 2005 |
»
Details
»
HTML Encode ActiveX
Free HTML Encode / Decode ActiveX Component ...
Tortuga Group LLC | 54 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 0 | Downloads: 786
Date added: Sep 19, 2005 |
»
Details
»
Object Oriented Reporting Control for VB6.0
Data Reporting ActiveX for VB 6.0 - TanDB is an Award winning Object Oriented reporting solution. It is a RAD tool which takes care of all the `low-level` details. The component basically functions as a browser for displaying any custom data, in any defin ...
BrowseDatabase.com | 3766 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000,Windows CE | 145 | Downloads: 695
Date added: Sep 19, 2005 |
»
Details
»
HS POP3 Lite
HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, ...
Hillstone Software | 80 KB | Win95,Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | 0 | Downloads: 733
Date added: Feb 12, 2007 |
»
Details
»
European Mail Component
M-Western is an ActiveX component for sending European email from ASP Web sites and Microsoft Windows applications. It works as an ActiveX object but also exposes DLL functions directly. It includes an EXE for CGI operation via XMLHTTP. M-Western can cons ...
Chilkat Software, Inc. | 1000 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 99 | Downloads: 762
Date added: Sep 19, 2005 |
»
Details
»
AJAX JoyiStar WebShop
The JoyiStar WebShop is the Ajax web development tools released by JoyiStar corporation. It provides an efficient OOP developing method to construct stable and convenient Rich Web applications based AJAX component. Main Features 1, efficient developing to ...
JoyiStar Corporation | 76000 KB | Win98,WinME,Windows2000,WinXP,Windows2003 | 40 | Downloads: 717
Date added: Feb 12, 2007 |
»
Details
»
PlusDock for .NET 2.0
Custom docking windows library, featuring floating forms, autohide panels and redockable windows. Full Office2003 theme support, integrated WYSIWYG desginer support for VS.NET, fast rendering, accurate panel transitions and full documentation. Supports ta ...
Olvio IT, Inc. | 4284 KB | Win95,Win98,WinME,WinXP,Windows2000 | 269 | Downloads: 791
Date added: Feb 12, 2007 |
»
Details
»
Bind to EXE library
Bind to EXE is an easy-to-use delphi library that enables your applications to bind/extract files to/from an executable file at RUNTIME. It consists of two classes, TBindToEXE and TExtractFromEXE, corresponding to two working stages, i.e. binding and extr ...
Code Office, Inc. | 1587 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 49.95 | Downloads: 792
Date added: Sep 19, 2005 |
»
Details
»
vstr
Vstr is a safe and fast string library for C. It is designed for network communication. Its design uses blocks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing fo ...
James Antill | 1336 KB | Linux,Unix,WinXP,WinNT 4.x,Windows2000,Windows CE,Mac PPC,MS-DOS | 0 | Downloads: 830
Date added: Sep 19, 2005 |
»
Details
»
VideoEdit Pro (Encode MPEG) ActiveX Control
For Professional Windows Developers who need to provide editing video/audio files within their business application. convert video to MPEG1, MPEG2, VCD-PAL,VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC, CUSTOM MPEG SIZE. Variable Bit rate / Constant Bi ...
Viscom Software | 5200 KB | Win98,WinME,WinXP,Windows2000 | 280 | Downloads: 746
Date added: Feb 12, 2007 |
»
Details
»
Serial Port Monitoring Control
Serial Port Monitoring Control (SPMC) - RS232 Data Acquisition and Com Port Control Component Library, Modem Access Component. Connection Sniffer and Port Test Software Library. The library lets you enumerate all installed serial devices, including, but n ...
HHD Software | 470 KB | WinXP,Windows2000,Windows2003 | 55.99 | Downloads: 705
Date added: Feb 12, 2007 |
»
Details
»
csDrawGraph
This COM object / ASP component draws pie and bar charts and line graphs "on the fly". Output can be streamed to the browser using BinaryWrite, or saved to file. Image types include GIF, PNG, JPG and bitmap. A wide range of properties allow the ...
Chestysoft | 495 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 50 | Downloads: 711
Date added: Sep 19, 2005 |
»
Details
»
ClearImage Barcode 1D Basic
Develop cost effective, automatic bar code recognition applications to rapidly read bar codes from camera, scan or fax images (TIFF, JPG, color and grayscale). ClearImage 1D Barcode Basic offers outstanding performance, quickly recognizing up to two symbo ...
Inlite Research | 4500 KB | Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 150.00 | Downloads: 730
Date added: Sep 19, 2005 |
»
Details
go to top
Select page:
[
1
]
2
3
4
5
6...
2005
downloads programs
Submit Program
|
Contact us
What Font is
|
fonts
|
free fonts
|
download fonts
|
free fonts download
|
web fonts
|