Skip to content

Numeric PINs counted and sorted by frequency as they occur in the RockYou dataset.

License

Notifications You must be signed in to change notification settings

sr-lab/pin-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RockYou PIN Bank

Numeric PINs counted and sorted by frequency as they occur in the RockYou dataset.

Overview

This repository contains a bank of consecutive runs of 1, 2, 3, 4, 5 and 6 numbers captured from the RockYou dataset which have potential use in approximating the popularity of PIN numbers of these lengths. For example, the cumulative frequency chart when we take each 4-digit PIN in ascending order (that is, from 0000 to 9999) looks like this:

Cumulative frequency diagram of PINs when taken in ascending order.

Whereas, if we take each PIN when sorted by frequency (most frequent first) we get the following:

Cumulative frequency diagram of PINs when taken most frequent first.

This data was harvested using the PIN harvester utility bundled with JumpMapper.

Application

When it comes to PIN guessing/brute-forcing attacks this data could be potentially useful, particularly when evaluating the resilience of systems to these attacks.

Acknowledgements

This work was inspired by the DataGenetics article here and this work, which reverse-engineers relative PIN frequency from the image provided in the first article.

About

Numeric PINs counted and sorted by frequency as they occur in the RockYou dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published