75 projects tagged "NetBSD"
Arkeia Free Version is a no-cost version of Arkeia Network Backup specifically for small networks. It allows an administrator to backup and restore files via a Web UI. This edition has the option to backup up to two machines to a 250 GB disk storage or tape drive. It allows you to backup Linux machines, Windows desktops, Mac desktops, FreeBSD servers, and more.
Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.
Chaosmap is an information gathering tool and DNS, Whois, and Web server scanner. It can be used to look up DNS names with a dictionary with or without using a salt. Salting for DNS means it will append numbers from 1-9 to the name in the dictionary with or without a - and _ or a leading 0. Salting for Web stuff will try double slashes and some directory traversal tricks. It performs reverse DNS lookups of a whole IP range (with optional Whois lookup) and dictionary scans for hidden paths on one Web server or a range of IP addresses. Optionally you can encode a path with URL encoding use Google dict lookup mode to find the path on Google and only query the Webserver if there are no search results. It can also extract email addresses from domains using a Google search or perform a list of Google Hacking queries on your domain.
Class::EHierarchy is intended for use as a base class where hierarchally ordered objects are desired. This class allows you to define a parent - child relationship between objects and ensures an orderly destruction of objects according to that relationship, instead of perl's reverse order destruction sequence based on reference counting.
CyaSSL is a C-language-based SSL library targeted for embedded and RTOS environments, primarily because of its small size and speed. CyaSSL supports the industry standards up to the current TLS 1.2 level, is up to 20 times smaller than OpenSSL, includes SSL client libraries and an SSL server implementation, includes an OpenSSL compatibility layer, and offers several progressive ciphers such as RABBIT and HC-128. Dual licensed under both the GPLv2 and standard commercial licensing, it caters to a wide range of projects.
DynaFabric is an SSH-based command dispatching and systems management framework, designed for easy implementation on existing networks. It allows you to configure SSH key based authentication and centrally dispatch commands, manage installed software, maintain services, and enforce policies across your systems. It is designed to be platform agnostic; support is being developed for FreeBSD, OpenBSD, NetBSD RHEL/CentOS, Ubuntu, Solaris 10, Solaris 11, and Illumos.