krypto-nku's Stars
zicofish/GenoGuard
allenwind/sampling-from-distribution
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
yidao620c/python3-cookbook
《Python Cookbook》 3rd Edition Translation
microsoft/promptbench
A unified evaluation framework for large language models
secdr/research-method
论文写作与资料分享
Jamie-Cui/awesome-secure-computation
Awesome list for cryptographic secure computation paper. This repo includes *Lattice*, *DifferentialPrivacy*, *MPC* and also a comprehensive summary for top conferences.
lyhue1991/eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
cupslab/neural_network_cracking
Code for cracking passwords with neural networks
danielzuot/honeyencryption
tomrist/cs5435-fall2019
mw866/honeywords_cracker
A Python program that identify the "honeywords"
mw866/honeywords_generator
A Python program that generate the "honeywords"
hy-qqqqq/honeywords_demo
Honeywords system demonstration from paper.
honeyword/honeywords-project
The companion website for the paper "How to Attack and Generate Honeywords".
pkusec/rethinking-honeywords
A Security Analysis of Honeywords
microsoft/vscode-ai-toolkit
chawins/llm-sp
Papers and resources related to the security and privacy of LLMs 🤖
tuteng/Best-websites-a-programmer-should-visit-zh
程序员应该访问的最佳网站中文版
n0kovo/awesome-password-cracking
A curated list of awesome tools, research, papers and other projects related to password cracking and password security.
ponedo/rnnPassGAN-password-cracking
Web安全技术课程大作业. 实现基于CNN和RNN的对抗生产网络模型(GANs), 尽可能多地猜测口令, 以攻破目标的口令。A password cracking model based on GAN, with RNN as its discriminator and generator. This model is enlightened by https://www.mdpi.com/1424-8220/20/11/3106, but honestly a really simple model.
ponedo/Password-Cracking
Web安全技术课程大作业. 实现简单的漫步攻击模型, 尽可能多地猜测口令, 以攻破目标的口令. Implemented simple models of trawling attacking, which guess passwords as many as possible to crack the target account.
ACM-Research/targeted-password-guesses
We refined a GPT-3 model on Wattpad user account data to generate targeted password guesses automatically.
brannondorsey/PassGAN
A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440)
ignis-sec/Pwdb-Public
A collection of all the data i could extract from 1 billion leaked credentials from internet.
philipperemy/tensorflow-1.4-billion-password-analysis
Deep Learning model to analyze a large corpus of clear text passwords.
yuqian5/PasswordCollection
A large list of leaked password that I've collected
GoSSIP-SJTU/cryptoBoost
Using boost to help implement cryptographic primitives in a clean style
Bijeeta/pwmodels
Password research often require modelling password distribution from a password leak. This module is a one stop for all known password models published. (#WorkInProgress)
Bijeeta/credtweak
Password attack and defense using deep neural networks