GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Nilsimsa(3) User Contributed Perl Documentation Nilsimsa(3)

Digest::Nilsimsa - Perl version of Nilsimsa code

 use Digest::Nilsimsa;

 my $nilsimsa = Digest::Nilsimsa;

 my $digest = $nilsimsa->text2digest($text);

A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.

$nilsimsa->text2digest($text);
Pass in any text, any size, and get back a digest string composed 64 hex chars.

http://ixazon.dynip.com/~cmeclax/nilsimsa.html

Chad Norwood <chad@455scott.com>, cmeclax
2002-06-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.