|
|
Hillstone Software - Software Products
|
|
|
HS Crypto C Source Library
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.
Keywords: md5 rfc1321 encryption encryption module encryption source code protocol module c source module protocol library c source library developer studio
|
|
|
HS Compress C Source Library
HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression. *HOW IT WORKS: Runtime Length Encoding (RLE): HS Compress library operates in buffer mode. It monitors the buffer data for presence of any four or more consecutive repetitions of the same character. If detected, the compression code, character and length are stored in the output buffer. HOW TO BUY: You can purchase the library online using credit card payment at: http://www.hillstone-software.com/hs_compress_buy.htm The library currently costs EUR 29.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 Compress library binaries. (Win32 static library) - HS Compress library full source code in C with MS Visual C project workspace - HS Compress Demo Application binaries, full source code and MS Visual C project workspace. - HS Compress library user manual, which documents in detail complete library API.
Keywords: compression compression source code compression module compression library rle compression video vcd
|
|
|
HS NMEA GPS C Source Library
HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. Decoded parameters include: time, date, position, altitude, speed, course and heading, according to standard - NMEA-183 (National Marine Electronics Association, Interface Standard 0183. * HOW IT WORKS: HS GPS library continuously reads asynchronous data stream from a serial port and analyses the information to recognize and decode NMEA-183 Protocol sentences. After each message is received it is checked for integrity by comparing the received and the calculated checksum. The NMEA sentence fields are then converted from ASCII values into C structure variables and passed up to user application code. * Applications - Navigation - Security - Telematics - Fleet Tracking - Asset Tracking - Any customer applications requiring access to a NMEA-183 compliant GPS receiver * Features - Interfaces a GPS receiver over COM ports COM1 - COM8 - Decodes most commonly used NMEA sentences from a GPS receiver: - GGA - Global Positioning System Fix Data - GLL - Geographic Position - GSA - DOP and Active Satellites - GSV - Satellites in View - RMC - Recommended Minimum Specific GNSS Data - VTG - Course over Ground and Ground Speed HOW TO BUY HS GPS LIBRARY: You can purchase the library online using credit card payment at: http://www.hillstone-software.com/hs_gps_buy.htm The library costs EUR 79.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 GPS library binaries. (Win32 static library) - HS GPS library full source code in C with MS Visual C project workspace - HS GPS Demo Application binaries, full source code and MS Visual C project workspace. - HS GPS library user manual, which documents in detail complete library API
Keywords: gps gps source code module global positionning system nmea decoder gps decoder nmea sentence altitude speed flexible search engine
|
|
|
HsCipherSDK Encryption Library
HsCipherSDK is an Encryption Library providing an API to a suite of symmetric key cryptographic algorithms and one way hash digital signature algorithms. The library includes the following block and stream cipher modules: * AES (Advanced Encryption Standard) - FIPS 197 * DES and Triple DES (Data Encryption Standard) - FIPS-46-1, FIPS-46-3 * ARC4 (Alleged RC4) CAST-128 (a.k.a CAST5) - RFC 2144 * Blowfish algorithm * Twofish algorithm * MD5 message digest algorithm - RFC 1321 * SHA-1 (Secure Hash Algorithm) - RFC 3174 HsCipherSDK includes s standard DLL for use from Visual C, standard DLL for use from Visual Basic and ActiveX DLL (COM object) for use from Visual C, Visual Basic or any other language supporting activeX. HsCipherSDK itself is fully written in Visual C (plain C style) and the source code is included with HsCipherSDK Plus edition HsCipherSDK allows the calling user application to perform the following operations: * Encrypt and decrypt memory buffers with selected algorithm and key * Encrypt and decrypt disk files with selected algorithm and key * Digitally sign buffers using one of selected hashing algorithms * Digitally sign disk files using one of selected hashing algorithms
Keywords: aes des triple des arc4 cast128 cast5 blowfish twofish md5 sha-1 c source module encryption library fips 197 c source library fips-46-1 fips-46-3 financial impact
|
|
|
HS NTP C Source Library
HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time. First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user. To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use. HS NTP library then resolves the server name, formats and sends NTP time request packet according to RFC1305 and RFC1769 standard. Once HS NTP has received NTP time reply from NTP server it analyses the reply and reports the resulting time difference to user application via callback function. The parameters to this event callback contain the offset value in seconds necessary to apply to local clock in order to synchronize it to the time at remote NTP server. Modular design makes it easy to port HS NTP protocol module to any environment. HS NTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services. User application need not worry about Winsock - HS NTP does all transmission, reception and event handling over socket layer.
Keywords: ntp rfc1769 rfc1305 c source code protocol module xml excel
|
|
|
HS Invoice Manager
HS Invoice Manager 1.0 is an invoicing application for small business. It allows a user to Issue and Print Professional Invoices, Credit Notes, Account Statements, Price Lists and Control Product Stock. KEY FEATURES: Customer Accounts - Create, modify and delete customer accounts - browse and find customers - View outstanding balance, credit and turnover - Print out or export accounts - Create and print invoices - Service type invoices - Product type invoices - Issue Credit Notes - Record payments receipts - View account activity (sales) - Issue Account Statements Invoices, Credits, Payments: - Enter Invoice Items from predefined services or products - Select VAT rates - Add carriage option - Print and Save invoices - Product Invoicing linked to product database with stock control - Invoices automatically increase respective customer account balance - Issue credit notes and record payments (customer account balance adjusted) View Transactions: - All documents (invoices, credits and payments are saved to database and can be looked up later at any time and printed out or exported Products Database: - maintain list of products with product code, description, price and quantity - Control product stock level (record adjustments in and out) - Product stock reduced as invoices are issued. - User cannot issue invoices on products that are out of stock - Print out or export product price list Services Database: - maintain list of services with serivice codes, description and price - Print out or export customer price list Company Settings: - Enter and edit your company name, address, telephone and fax numbers that will appear on invoices, credit notes account statements and price lists Extensive Reporting: Generate and Print various reports: - Customer List - Transaction List - Invoices List - Credits List - Payment List - Full Product List - Full Service List BackUp and Restore functions
Keywords: invoice invocing billing customer accounts accounts accounting inventory stock control credit notes payments price lists product list service list account statements sales customer list certification exam
|
|
|
HS FTP Client C Source Library
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace and project files - Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications - HS FTP Demo Application binaries, C source code, project workspace - HS FTP User Manual which documents in detail complete library API To connect to remote FTP server, the user application calls HsFtpCliConnect, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc and a pointer to callback function that the HS FTP module uses to communicate with the user code. When the control FTP connection is established and HS FTP has successfully passed user / password FTP account authentication phase, the user application is asynchronously notified via user event callback function with HS_FTPCLI_USR_EV_LOGGEDIN event. The user application can now request remote FTP server directory listing using HsFtpCliList function, change directory HsFtpCliChdir, transfer files with HsFtpCliSendFile and HsFtpCliGetFile. More information is at http://www.hillstone-software/hs_ftp_details.h
Keywords: ftp rfc959 tcp ftp client winsock protocol module c source module protocol library c source library file transfer protocol ftp source ultraedit
|
|
|
Page 1 out of 2
1
2
|
Copyright (C) 2003-2007 FilesLand.com
|
|