Andreas Stieger
AndreasStieger
Involved Projects and Packages
This program computes odd for drawing card sets (e.g. non-replacement
probabilities) using the hypergeometric function. It can also be used to
compute binomial coefficients and the gamma function.
Efficient computation of scattering form factors (Fourier shape transforms) of
arbitrary polyhedra according to Wuttke, J Appl Cryst 54, 580-587 (2021).
The miniSEED library provides a framework for manipulation of miniSEED records,
a format commonly used for seismological time series and related data. The
library includes the functionality to read and write data records, in addition
to reconstructing time series from multiple records.
crackpkcs12 is a tool to audit PKCS#12 files passwords (extension .p12 or
.pfx). It's written in C and uses openssl library.
EncFS provides an encrypted file system, layered on top of a normal
directory tree and encrypts individual files which are stored in the
hosting directory tree.
This has several advantages over the loopback encryption which
provided by the Linux kernel:
- No space is and has to be reserved, encrypted files only
take the space that they really occupy
- Backups: encrypted files can be individually backed-up on the host
filesystem
- Layering: Since it's hosted on a normal filesystem, encfs can be
used on filesystems which normally have no support encryption,
like NFS or other userspace filesystems.
EncFS is implemented as a userspace filesystem in an unprivileged
application using fuse (FUSE (Filesystem in USErspace)).
Generate passwords from random characters or words and optionally show their
cryptographic hash.
The default generated password set is copy/paste friendly without extended
characters that would break the default copy selection you get when
double-clicking a word. They also are don't break quotation strings (quote
marks, double quotes or backticks).
VeraCrypt is software for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data is automatically encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc).
It is based on original TrueCrypt 7.1a with security enhancements and modifications.
This projects provides new and updated packages for cryptography and privacy and their dependencies for maintained distribution versions of openSUSE and SLE.
gpg-tui is a Terminal User Interface for GnuPG. It aims to ease the key
management operations such as listing/exporting/signing by providing an
interface along with the command-line fallback for more complex operations. It
is not trying to be a full-fledged interface for all the features that gpg
provides but it tries to bring a more interactive approach to key management.
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a high-level Crypto API for
encryption, decryption, signing, signature verification, and key
management. Currently it uses GnuPG as its back-end, but the API is not
restricted to this engine.
GPGME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's GPGME (GnuPG
Made Easy) library, version 0.4.4 and later.
This package contains Python bindings for GnuPG
QGpgme provides a very high level Qt API around GpgMEpp.
This is a C++ library for working with S-expressions. S-expressions
are a data structure for representing complex data as a variation on
LISP S-expressions.
LibreTLS is a port of libtls from LibreSSL to OpenSSL. libtls is “a new TLS
library, designed to make it easier to write foolproof applications”.
LibreTLS aims to make the libtls API more easily and widely available for
OpenSSL based systems. Specifically it uses the default CA locations of
OpenSSL.
4store was designed by Steve Harris and developed at Garlik to underpin
their Semantic Web applications. It has been providing the base platform
for around 3 years. At times holding and running queries over databases of
15GT, supporting a Web application used by thousands of people.