symmetric
There are 52 repositories under symmetric topic.
sharksforarms/deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
TypicalHog/THCrypt
C++ console application that features unique (at least I think so) symmetric key based file encryption algorithm.
miladrahimi/phpcrypt
Encryption, decryption, and password hashing tools for PHP projects
paulmillr/micro-aes-gcm
0-dep wrapper around webcrypto AES-GCM. Has optional RFC 8452 SIV implementation.
oneoffcoder/py-pair
Pairwise association measures of statistical variable types
ai4co/devformer
[ICML 2023] Official code for "DevFormer: A Symmetric Transformer for Context-Aware Device Placement"
HouariZegai/Cryptography
Cryptography algorithms implemented in Java.
johon-lituobang/REDS_Invariant_Moments
Robust estimations from distribution structures: Invariant moments.
masyagin1998/divide-and-conquer-eigenvalues
divide-and-conquer eigenvalues algorithm for symmetric tridiagonal matrix, designed by Cuppen
mohammadrezanaderi4/SFI-Swin
SFI-Swin: Symmetric Face Inpainting with Swin Transformer by Distinctly Learning Face Components Distributions https://arxiv.org/abs/2301.03130
kettanaito/jest-custom-matchers
Source code for the "Practical Guide To Custom Jest Matchers" article.
indrajaala/set-operations
Javascript Set operations with Arrays and Objects
stdlib-js/stats-wilcoxon
Wilcoxon signed rank test.
es-shims/Set.prototype.symmetricDifference
An ESnext spec-compliant `Set.prototype.symmetricDifference` shim/polyfill/replacement that works as far down as ES3
furritos/flask-simple-crypt
Flask extension based on simple-crypt that allows simple, secure encryption and decryption for Python.
hudeany/CryptographicUtilities
Examples and HowTos for BouncyCastle and Java Cryptography Extension (JCE)
ItaloHugoMDS/Encryption_and_Decryption_Big_Files_with_Python
This repository contains tools for encrypting and decrypting any file using a hybrid encryption method, making use of symmetric AES 256 and asymmetric RSA encryption.
keirakaitlynn/MonoalphabeticSubstitutionCiphers
Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.
sonh/kryptographer
Secure data in Android. Encryption/Decryption with AndroidKeyStore.
enggiqbal/mlsymmetric
graph drawing symmetric detection using machine learning
hugoalh/symmetric-crypto-es
An ES (JavaScript & TypeScript) module to provide an easier symmetric crypto.
NIR3X/Fxms.cpp
FNV-XOR-Mask-Shuffle Symmetric Encryption Algorithm
stdlib-js/assert-is-centrosymmetric-matrix
Test if a value is a centrosymmetric matrix.
stdlib-js/assert-is-skew-persymmetric-matrix
Test if a value is a skew-persymmetric matrix.
stdlib-js/assert-is-skew-symmetric-matrix
Test if a value is a skew-symmetric matrix.
stdlib-js/assert-is-symmetric-matrix
Test if a value is a symmetric matrix.
stdlib-js/stats-base-dists-discrete-uniform-pmf
Discrete uniform distribution probability mass function (PMF).
stdlib-js/stats-base-dists-uniform-logpdf
Uniform distribution logarithm of probability density function (PDF).
stdlib-js/stats-base-dists-uniform-quantile
Uniform distribution quantile function.
adrianperezkeilty/A-hashing-algorithm-in-the-symmetric-group
A hashing algorithm based on a one way function in the symmetric group S_n
hansalemaos/a_pandas_ex_intersection_difference
Computes the intersection/symmetric difference of n DataFrames/Series
Somorpher/ByteCrypt
Cryptographic library providing secure hashing, full encryption/decryption functions, digital signatures, different MoO(AES, CBC, GCM, CFB, OFB, CTR), RSA(512, 1024,2048...), GOST, Serpent, AES, RC6, etc...
stdlib-js/assert-is-persymmetric-matrix
Test if a value is a persymmetric matrix.
stdlib-js/assert-is-skew-centrosymmetric-matrix
Test if a value is a skew-centrosymmetric matrix.
stdlib-js/stats-base-dists-discrete-uniform-logpmf
Natural logarithm of the probability mass function (PMF) for a discrete uniform distribution.
tom474/cryptography_comparative_analysis
[RMIT 2024C] COSC2539 - Security in Computing and IT - Analytical Security Report