Skip to content

xd009642/keygraph-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyboard-graphs

Build Status License: MIT Latest Version Coverage Status

Introduction

This is a convenience library which stores adjacency graphs for physical keyboards. This can be used for looking at physical patterns on numerous keyboards for tools such as password crackers/analysis tools or potentially to help generate suggested corrections for incorrect user input.

I'm currently implementing this library to aid in my fork of zxcvbn.

Roadmap

  • Comprehensive tests
  • More keyboards (Qwerty UK etc.)
  • Examples
  • Determine most likely keyboard from locale
  • Expansion to non-printable keys?
  • Spacebar

Coverage

Keygraph-rs uses cargo-tarpaulin to provide code coverage. (Disclaimer I am the tarpaulin author).

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages