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

GitHub / dple 1 Repository

Cryptographer at Bank of Canada. Interested in applied cryptography, applied ML in cybersecurity and Fintech

dple/awesome-papers-and-source-code-for-anomaly-detection

Awesome machine learning algorithms for anomaly detection, including papers and source code

Size: 1.95 KB - Last synced at: 10 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 2

dple/Practical-Crypto

Python code of practical cryptographic protocols. Some implemented from scratch, but most of them are from cryptography package. I try to provide comments on the code, so that dev can have better ideas how to use crypto primitives

Language: Python - Size: 66.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

dple/DSA

Let's have some practice on Data Structure and Algorithms. There is a dedicated folder for Leetcode problems

Language: Python - Size: 271 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dple/ecdsa

Secure implementation of ECDSA against side-channel analysis and fault analysis attacks. The protocol is implemented on top of GMP, a big integer library.

Language: C - Size: 62.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 9 - Forks: 6

dple/Crypto-in-Web3

Practical cryptography and its applications in Web3

Language: Assembly - Size: 159 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dple/awesome-deep-learning-paper-for-cybersecurity

The pioneer and most significant papers on the deep learning for cybersecurity

Size: 545 KB - Last synced at: 16 days ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 3

dple/dple.github.io Fork of academicpages/academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes

Language: JavaScript - Size: 63.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dple/understanding-zkp

My learning journey to understand practical ZKP systems, including KZG poly commitment, Groth16, Plonk, ...

Language: Jupyter Notebook - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

dple/bolts Fork of lightning/bolts

BOLT: Basis of Lightning Technology (Lightning Network Specifications)

Size: 2.37 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dple/circom-examples

Basic examples of circom circuits

Language: Assembly - Size: 67.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/candy-machine-assets Fork of Calyptus-Learn/candy-machine-assets

Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/crypto-in-ethereum

Basic cryptography in Ethereum blockchain

Language: JavaScript - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

dple/phoenix-trader

Language: JavaScript - Size: 14.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/mobile-dapp-pt2

Language: Kotlin - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/cNFT-airdropping-platform Fork of Calyptus-Learn/cNFT-airdropping-platform

Language: TypeScript - Size: 1.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/anchor-todo-list Fork of Calyptus-Learn/anchor-todo-list

Language: TypeScript - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/ts-token-solana Fork of Calyptus-Learn/ts-token-solana

Minting Token on Solana using umi

Language: TypeScript - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/solana-nft-anchor Fork of Calyptus-Learn/solana-nft-anchor

Code for minting nfts on Solana using anchor and metaplex

Language: Rust - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dple/DFA_Simeck

An implementation in C of SIMECK lightweight block ciphers and the simulation of Differential Fault Analysis (DFA) attacks against this family ciphers

Language: C - Size: 139 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

dple/GR2

Cryptographic implementation

Language: C - Size: 172 KB - Last synced at: about 2 years ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0

dple/CCC-solutions

Solutions for Canadian Computing Competition problems

Language: Python - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dple/Statistical_data_analysis

This project implements in Python some common statistical analysis methods used in data analysis, including Entropy, Mutual Information, Kolmogorov–Smirnov test, Kullback-Leibler divergence (KLD), AB tests (Mann-Whitney U and t-tests)

Language: Python - Size: 227 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

dple/Bleichenbacher_attack

Python implementation of Bleichenbacher's chosen ciphertext attack against RSA encryption with PKCS#1 v1.5 padding

Language: Python - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

dple/rsa_faultattack

A simulation of the fault attack against RSA signature with Chinese remainder theorem (CRT)

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

dple/Crypto-standards-guidelines

Cryptography Standards and Recommendations

Size: 87.9 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dple/KeyAgreement

Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dple/cryptodemo

How to use cryptographic algorithms in Java

Language: Java - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dple/CryptoKernel Fork of mit-dci/CryptoKernel

A SDK for implementing blockchain-based digital currencies

Size: 9.77 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dple/BigInt

Language: Java - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dple/zkreference Fork of zkpstandard/zkreference

The official repository hosting the ZKProof Community Reference & Proposals documents.

Size: 7.17 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dple/zkinterface Fork of QED-it/zkinterface

zkInterface is a protocol for the interoperability of zero-knowledge frameworks.

Size: 3.53 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dple/Strings-in-Python

How strings processed in Python with a couple of examples

Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dple/signal-processing-scripts

MATLAB scripts for signal processing

Language: MATLAB - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dple/ttest

Language: MATLAB - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dple/hash-function

Implementation of hash functions SHA-1, SHA-2, SHA-3, tests provided.

Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dple/Datasets

Datasets for machine learning

Size: 6.36 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

dple/Elliptic-curve-cryptography

This repository is to back up the source code related to my works in ECC, pairing-based cryptography

Language: C++ - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

dple/Functional-Programming-in-Python

Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dple/randomized-montgomery Fork of randombit/randomized-montgomery

Expermental implementation of randomized Montgomery exponentiation

Language: Python - Size: 201 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0