Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultag/go-fasc
https://github.com/paultag/go-fasc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paultag/go-fasc
- Owner: paultag
- License: mit
- Created: 2019-03-16T14:43:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T15:45:00.000Z (over 4 years ago)
- Last Synced: 2024-11-14T00:46:55.025Z (about 2 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-fasc
=======FASC, or the Federal Agency Smartcard Number is a legacy specification that
stores physical security information that's encoded into smartcards. Internally,
this is stored as a 5-bit-byte packed into 8 bit bytes. This library unpacks
the bytestream unto an idiomatic struct, to be further handled by the user.This spec is nearly completely undocumented, and woefully hard to understand.
In so far as it's used within the federal government, some serious work
needs to be done in order to properly store and process data. This library
requires an in-depth understanding of FASC's quirks and internal representation.