Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: symmetric

sharksforarms/deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization

Language: Rust - Size: 822 KB - Last synced: about 21 hours ago - Pushed: about 22 hours ago - Stars: 974 - Forks: 49

hugoalh-studio/symmetric-crypto-es

An ES (JavaScript & TypeScript) module to provide an easier symmetric crypto.

Language: TypeScript - Size: 560 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 2 - Forks: 0

david-04/gpg2f

GnuPG wrapper script for symmetric encryption with YubiKey (challenge-response). Includes an adapter for QtPass and Browserpass (passwordstore).

Language: Shell - Size: 347 KB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-uniform-pdf

Uniform distribution probability density function (PDF).

Language: JavaScript - Size: 480 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-uniform-quantile

Uniform distribution quantile function.

Language: JavaScript - Size: 508 KB - Last synced: 12 days ago - Pushed: 14 days ago - Stars: 2 - Forks: 0

jamielsharief/encryption

This library supports both Asymmetric (using key pairs) and Symmetric (single key) encryption.

Language: PHP - Size: 172 KB - Last synced: 15 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

miladrahimi/phpcrypt

Encryption, decryption, and password hashing tools for PHP projects

Language: PHP - Size: 87.9 KB - Last synced: 26 days ago - Pushed: over 3 years ago - Stars: 32 - Forks: 6

kaist-silab/devformer

[ICML 2023] Official code for "DevFormer: A Symmetric Transformer for Context-Aware Device Placement"

Language: Python - Size: 42.9 MB - Last synced: 9 days ago - Pushed: 8 months ago - Stars: 16 - Forks: 0

tubanlee/REDS_Invariant_Moments

Robust estimations from distribution structures: Invariant moments.

Language: R - Size: 22.8 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 22 - Forks: 2

oneoffcoder/py-pair

Pairwise association measures of statistical variable types

Language: Python - Size: 355 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 22 - Forks: 3

NIR3X/fxms

FNV-XOR-Mask-Shuffle Symmetric Encryption Algorithm

Language: Go - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

NIR3X/Fxms.cpp

FNV-XOR-Mask-Shuffle Symmetric Encryption Algorithm

Language: C++ - Size: 22.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 2.11 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

kettanaito/jest-custom-matchers

Source code for the "Practical Guide To Custom Jest Matchers" article.

Language: TypeScript - Size: 63.5 KB - Last synced: about 2 hours ago - Pushed: almost 2 years ago - Stars: 8 - Forks: 0

paulmillr/micro-aes-gcm 📦

0-dep wrapper around webcrypto AES-GCM. Has optional RFC 8452 SIV implementation.

Language: JavaScript - Size: 92.8 KB - Last synced: 6 days ago - Pushed: 7 months ago - Stars: 24 - Forks: 3

KlausC/LDUfacts.jl

P' L D L' P factorization of symmetric real or hermitian indefinite matrices

Language: Julia - Size: 40 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

chihangs/slap

Switchable Lightweight Anti-symmetric Processing (SLAP) with CNN - Application in Gomoku Reinforcement Learning

Language: Python - Size: 32 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

mohammadrezanaderi4/SFI-Swin

SFI-Swin: Symmetric Face Inpainting with Swin Transformer by Distinctly Learning Face Components Distributions https://arxiv.org/abs/2301.03130

Size: 25.6 MB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 6 - Forks: 2

abhising10p14/Symmetric-Matrix

Language: C++ - Size: 1.26 MB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 1 - Forks: 1

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.

Language: Python - Size: 16.6 KB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

indrajaala/set-operations

Javascript Set operations with Arrays and Objects

Language: TypeScript - Size: 290 KB - Last synced: 8 days ago - Pushed: 11 months ago - Stars: 6 - Forks: 2

decorJim/getPairs

swift mobile app that takes a number of images in Photos app and creates symmetrical image by pairs for iphone

Language: Swift - Size: 424 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hansalemaos/a_pandas_ex_intersection_difference

Computes the intersection/symmetric difference of n DataFrames/Series

Language: Python - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-symmetric-matrix

Test if a value is a symmetric matrix.

Language: Makefile - Size: 1.75 MB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

cheich/Cryptonite 📦

The hacker's kryptonite

Language: PHP - Size: 14.6 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

furritos/flask-simple-crypt

Flask extension based on simple-crypt that allows simple, secure encryption and decryption for Python.

Language: Python - Size: 61.5 KB - Last synced: 10 days ago - Pushed: over 1 year ago - Stars: 3 - Forks: 4

es-shims/Set.prototype.symmetricDifference

An ESnext spec-compliant `Set.prototype.symmetricDifference` shim/polyfill/replacement that works as far down as ES3

Language: JavaScript - Size: 82 KB - Last synced: 6 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

TypicalHog/THCrypt

C++ console application that features unique (at least I think so) symmetric key based file encryption algorithm.

Language: C++ - Size: 37.1 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 52 - Forks: 20

stdlib-js/stats-base-dists-discrete-uniform-pmf

Discrete uniform distribution probability mass function (PMF).

Language: JavaScript - Size: 386 KB - Last synced: about 10 hours ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-uniform-logpdf

Uniform distribution logarithm of probability density function (PDF).

Language: JavaScript - Size: 792 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-skew-symmetric-matrix

Test if a value is a skew-symmetric matrix.

Language: Makefile - Size: 1.75 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-skew-persymmetric-matrix

Test if a value is a skew-persymmetric matrix.

Language: Makefile - Size: 1.71 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

stdlib-js/assert-is-centrosymmetric-matrix

Test if a value is a centrosymmetric matrix.

Language: Makefile - Size: 1.33 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-wilcoxon

Wilcoxon signed rank test.

Language: JavaScript - Size: 2.09 MB - Last synced: 2 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

Azanul/fireship-io-crypto-rust

Rough follow of the video by fireship-io, 7 Cryptography Concepts EVERY Developer Should Know (https://www.youtube.com/watch?v=NuyzuNBFWxQ)

Language: Rust - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

masyagin1998/divide-and-conquer-eigenvalues

divide-and-conquer eigenvalues algorithm for symmetric tridiagonal matrix, designed by Cuppen

Language: C - Size: 650 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 10 - Forks: 3

stdlib-js/stats-base-dists-discrete-uniform-logpmf

Natural logarithm of the probability mass function (PMF) for a discrete uniform distribution.

Language: JavaScript - Size: 644 KB - Last synced: about 12 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-discrete-uniform-quantile

Discrete uniform distribution quantile function.

Language: JavaScript - Size: 431 KB - Last synced: about 13 hours ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

hudeany/CryptographicUtilities

Examples and HowTos for BouncyCastle and Java Cryptography Extension (JCE)

Language: Java - Size: 68.4 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-persymmetric-matrix

Test if a value is a persymmetric matrix.

Language: Makefile - Size: 1.8 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-skew-centrosymmetric-matrix

Test if a value is a skew-centrosymmetric matrix.

Language: JavaScript - Size: 1.81 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

HouariZegai/Cryptography

Cryptography algorithms implemented in Java.

Language: Java - Size: 77.1 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 18 - Forks: 6

Sazzad-Saju/BSK-Stream-Cipher

Randomized Approach Symmetric Key Stream Cipher used for Encryption-Decryption.

Language: C++ - Size: 680 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

enggiqbal/mlsymmetric

graph drawing symmetric detection using machine learning

Language: Shell - Size: 470 MB - Last synced: about 2 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 3

Istiaq-Hossain-Shawon/freecodecamp

problem solution of freecodecamp

Language: JavaScript - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

TheSolly/symmetric-checker

a list symmetric checker

Language: Python - Size: 1000 Bytes - Last synced: 4 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0