Skip to content
/ qrcode Public
forked from debruinf/qrcode

Erlang library for creating qrcodes

License

Notifications You must be signed in to change notification settings

voxoz/qrcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Encoder

Cloned from komone/qrcode.

Only qrcode generating module included in this repository. The demo module and identification modules were removed.

Reference used was ISO/IEC 18004, 1st Edition (2000)

This implementation is informed by my specific needs, i.e. to provide two-factor authentication for mobile phones running Google Authenticator.

  • "Byte" mode only (don't need e.g. numeric mode or kanji mode).
  • Encode only (no detection/decode).
  • Basic supporting library functions provided (HOTP, PNG image functions) to allow full-cyle demo.

NOTE: This documentation is rather basic as this was open-sourced by specific request!

About

Erlang library for creating qrcodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 98.6%
  • Elixir 1.4%