libdatrie1-bin

Programs for double-array trie library

Trie is a kind of digital search tree, an efficient indexing method in which search time is independent of database size. It only takes O(m) search time, where m is the length of the search string. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries.

abi-compliance-checker

tool to compare ABI compatibility of shared C/C++ library versions

abi-compliance-checker can be used to help reduce the possibility of an application crashing when the shared libraries it links against have changed. Signatures and data type definitions from two separate versions of a library are compared by examining the shared objects (.so) files themselves, and by analysing the header files (.h) provided for the two versions of the library and their dependencies.

libzeitgeist-dev

library to access Zeitgeist - development files

aeskeyfind

tool for locating AES keys in a captured memory image

This program illustrates automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image.

python3-pyhanko-certvalidator

Validates X.509 certificates and paths

A Python library that offers functionality for validating X.509 digital certificates, which are widely used in security systems such as TLS/SSL, email encryption, PDF signatures, and more.

libjcode-pm-perl

Perl extension interface to convert Japanese text

Jcode.pm is a Perl module that handles various Japanese charsets. It has all features available on jcode.pl PLUS - Object-oriented approach on Japanese text handling - mime header handling - Unicode feature (UCS2 and UTF8)