 |
PromiScan is a renowned sniffing node detection tool and has been used worldwide ever since its release. Promiscan is one of the tools mentioned in the 2003 SANS/FBI Top 20.
PromiScan 3.0 (commercial version) has improved its monitoring capabilities by providing continuous monitoring to detect promiscuous applications starting and ending without increasing the network load.
Today, many examples of information leaks from corporations can be seen in recent headlines and potential network sniffing by malicious insiders could represent a significant threat to many corporations. Network sniffing enables listeners to listen in on all network communications and to obtain passwords to gain unauthorized access to a server, which could result in divulging mission-critical corporate data. Still, no effective measures to prevent network sniffing have been implemented to date. By simply activating sniffing software, an individual with malicious intent can passively accept all packets, regardless of their destination addresses, without sending any suspicious packets. For this reason, it's extremely difficult to detect sniffers.
PromiScan 3.0 is an innovative application software for remotely monitoring computers on local networks to locate network interfaces operating in a promiscuous mode that illegally accepts all packets. PromiScan 3.0 continuously monitors traffic to detect sniffing programs starting and ending and alert the administrator. By installing PromiScan 3.0, you can detect network sniffing immediately and can even prevent potential sniffing activities by people inside your intranet.
sniffing sniffer detecting detection detector monitoring monitor eavesdropping wiretap packet capture promiscuous mode
|
 |
This Excel add-on provides 102 functions for financial modeling, business planning and financial projections. There are categories for date and time arithmetic, and discounted cashflow analysis. The system comes with a function selector, a help file, a quick reference, examples and a trace facility for finding errors in function inputs.
excel add-in add-in functions function library business plan budget dcf discounted cash flow loan model function library
|
 |
This Excel add-on provides 463 functions for financial modeling, business planning and financial projections. There are categories for date and time arithmetic, and discounted cashflow analysis. The system comes with a function selector, a help file, a quick reference, examples and a trace facility for finding errors in function inputs.Includes productivity utilities and Monte Carlo simulator.
excel add-in add-in functions function library business plan budget dcf discounted cash flow loan model function library
|
 |
This Excel add-on provides 363 functions for financial modeling, business planning and financial projections. There are categories for date and time arithmetic, and discounted cashflow analysis. The system comes with a function selector, a help file, a quick reference, examples and a trace facility for finding errors in function inputs.Includes productivity utilities.
excel add-in add-in functions function library business plan budget dcf discounted cash flow loan model function library
|
 |
A fast, highly optimized implementation of popular checksum algorithms: CRC32, CRC16, CRC16C (CRC-CCITT). The library allows to calculate checksums for files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports 3 interfaces: FastCRC API (the API can be used as is, or it can be used to create wrappers for languages that can use DLL or LIB), C++ Interface (C++ wrapper classes to FastCRC API), and FastCRC Type Library (includes all declarations for accessing the functionality from programming languages that can reference a .TLB, such as VB 5.0, VB 6.0, VBA, etc). It allows static/dynamic linking. It has no external dependencies such as MFC DLLs, COM/DCOM or other component. The help file has C, C++ and Visual Basic examples showing how to add checksum calculations to Windows applications quickly and easily.
checksum crc algorithm file string data block memory key password crc-32
|
 |
A fast, highly optimized implementation of symmetric (private-key) encryption/decryption algorithms: DES, Triple DES (3DES), DESX, BLOWFISH, RIJNDAEL (AES - Advanced Encryption Standard), GOST (USSR/Russian Encryption Standard). It supports 5 modes of operation: ECB (Electronic Codebook), CBC (Cipher Block Chaining), CFB (Cipher Feedback), OFB (Output Feedback), CTR (Counter mode). The library allows to encrypt/decrypt files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports 2 interfaces: QuickCrypt API (the API can be used as is, or it can be used to create wrappers for languages that can use DLL or LIB), and C++ Interface (C++ wrapper classes to QuickCrypt API). It allows static/dynamic linking. It has no external dependencies such as MFC DLLs, COM/DCOM or other component. The help file has C, C++ and Visual Basic (VB) examples showing how to add encrypting/decrypting functionality to Windows applications quickly and easily.
encrypt encryption encrypting encrypted algorithm file string data block memory des
|
 |
A fast, highly optimized implementation of hash and checksum algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256,384,512), RIPEMD(128,160,256,320), PANAMA, TIGER, CRC-32, CRC-16, CRC-CCITT, ADLER32. The library allows to calculate hashes (message digests), checksums and HMACs for files, memory blocks, strings, blobs, streaming data. It is quick, flexible, easy to use. It supports 3 interfaces: QuickHash API (the API can be used as is, or it can be used to create wrappers for languages that can use DLL or LIB), C++ Interface (C++ wrapper classes to QuickHash API), and QuickHash Type Library (includes all declarations for accessing the functionality from programming languages that can reference a .TLB, such as VB 5.0, VB 6.0, VBA, etc). It allows static/dynamic linking. It has no external dependencies such as MFC DLLs, COM/DCOM or other component. The help file has C, C++ and Visual Basic examples showing how to add hash, checksum and HMAC calculations to Windows applications quickly and easily.
hash message digest checksum crc hmac algorithm file string data block
|
 |
Create stand-alone Windows 95/98/ME/NT/2000/XP programs, 3D games, utilities, and console applications with easy to use IBasic language. Great for students and beginners yet powerful enough for advanced programmers. IBasic features a syntax similar to BASIC with built in editor, debugger, GUI designer and resource compiler. No external libraries or runtimes needed. Full MDI support with dynamic window, dialog, and control creation. Over 300 built in commands and functions! Can call external DLL's for unlimited extensibility. Structured data types fully supported. Graphics primitives supported. Random access and flat file I/O functions. Memory allocation functions. DirectX and Direct3D support. Common control support including rich edit, list view, status controls and toolbars. Embedded browser windows allows creating web enabled applications. Executables created will run on any Windows 32 bit system.
2D game support includes easy to use commands for creating, hit testing and moving sprites. Scrolling tile maps allow creating unlimited fields of play from only a few small images.
A boxed CD set is also available. Includes full printed manual, CD with hundreds of examples and thousands of royalty free sprites and images.
basic compiler runtime script windows language ide programming write programs compile
|
 |
bAsk - the blueshell ADO Survey Kit - is a new diagnostic toolkit for ADO programmers. It presents viewers for all types of ADObjects. bAsking is better than debugging! It's freeware!
Link bask.dll to your VB project and view all your ADObjects! You may include calls to bAsk in your program code or you may use it from Visual Basic's Immediate window.
View DataEnvironments, Forms with bAt Controls, recordsets, fields, catalogs and more.
Calling the viewer
There is a (and currently only one) simple interface to bAsk: The method View. It takes any bAsk-visible object as its argument. It automatically detects the type of the object and routes it to the appropriate viewer. Examples:
=> View DataEnvironment1:
Views the Data Environment named DataEnviroment1
=> View Forms:
Views the Forms collection of your VB application
=> View rec1:
Views a recordset named rec1
=> blueshellAsk.View rec1:
Same as above, using full qualified identification (in case you have another Sub called "View").
You may look at the examples "Northwind" and "Scott" supplied with blueshell Active Tables and see how they are using bAsk.
download ado bask blueshell blueshell ado survey kit database databases activex visual basic visual basic
|
 |
Linkman is a complete bookmarking solution to store, organize, annotate and check your favorite Internet pages. Linkman efficiently handles up to tens of thousands of URLs by using a database to store your links. It can call upon many powerful facilities that replace the browser's native bookmark management systems. You can easily add URLs from all opened browser sessions and let retrieve keywords and descriptions automatically. The user interface is highly customizable. You get the capability to import and synchronize from existing bookmark collections and export bookmarks in a variety of formats. You can even build your own Export Templates. Several Template examples like XML and HTML output are included. Linkman supports multiple versions of ten different Windows browsers.
url manager link management bookmarks favorites export templates synchronization browser tool url validation url check page movement webpage availability
|
|
|