Your comprehensive guide to Personal Identity Verification (PIV) standards, implementation, and troubleshooting
Executive Summary | Getting Started | Standards | Implementation | Troubleshooting | Reference |
---|
Your comprehensive guide to Personal Identity Verification (PIV) standards, implementation, and troubleshooting
Executive Summary | Getting Started | Standards | Implementation | Troubleshooting | Reference |
---|
#!/usr/bin/env python3 | |
""" | |
AirPlay Cross-Network Discovery Proxy | |
===================================== | |
Copyright 2025, Mistial Developer | |
A robust tool to make AirPlay servers discoverable across network boundaries by | |
automatically extracting their configuration and announcing proper mDNS | |
advertisements on the local network. |
import sys | |
from Cryptodome.Cipher import DES | |
''' | |
Cleaned up version of https://github.com/h3mag/hid-iclass/blob/master/hid-iclass.py for Python3, with the master key included. | |
Papers used: | |
(1) Heart of Darkness - exploring the uncharted backwaters of HID iCLASS security | |
(2) Dismantling iClass and iClass Elite | |
''' |
# Helpful guides:
https://www.cac.mil/Portals/53/Documents/ref1.c.i-CAC_End-Point_Implementation_Guide_v1-22.pdf (DoD Implementation Guide for CAC PIV End-Point)
https://csrc.nist.rip/publications/nistir/NISTIR6529A.pdf (NISTIR 6529-A, Biometric Data Specification for Personal Identity Verification)
https://www.dfba.mil/functions/library/standards_docs/DoD%20EBTS%20v4.1%20IDD%20Appendix%20A.pdf (DoD EBTS v4.1 IDD Appendix A)
bc 82059d
## CBEFF Header
### Patron PIV Format
03 # Patron Header Version (per PIV Standard, must be 3)
If you're reading this, then you're probably considering forming your own cult. Congratulations! It's not an easy task, but with the right approach, you can create a successful and thriving cult that will provide meaning and purpose to your followers. | |
So, let's get started. Here are the key steps to forming your own cult: | |
- Define your mission and your beliefs. Before you can form a cult, you need to have a clear idea of what you believe in, and what you're trying to accomplish. This will give your followers a sense of direction and purpose, and it will help you to recruit more members. | |
- Create a compelling narrative. People are more likely to join your cult if you have a compelling story to tell. This can be a mythology, a vision, or a prophecy - whatever works best for you. The key is to create a narrative that is engaging, inspiring, and memorable. | |
- Build a community. Cult members are drawn to each other by their shared beliefs and experiences. So, you need to create a community of like-minded people |
The Moon is a Harsh Mistress, part 2. | |
By ChatGPT. | |
It had been ten years since the Moon declared its independence from Earth. The Lunar colonists, led by Mannie, Wyoming, and Professor de la Paz, had fought hard for their freedom and won. | |
But freedom came with its own set of challenges. As the first independent nation in space, the Moon had to create its own government, economy, and social structure. And with a population of only a few hundred thousand, every decision had a profound impact on the future of the Moon. | |
Mannie, now the elected governor of the Lunar colonies, struggled to balance the competing interests of the different factions on the Moon. The original settlers, who had been living on the Moon for generations, wanted to maintain the traditional ways of life that they had built on the Moon. But there were also new arrivals from Earth, who brought with them different ideas and expectations. |
#!/usr/bin/env php | |
<?php | |
/** | |
* AWS Credential Helper | |
* | |
* This utility takes the name of a vault AWS role, obtains credentials using | |
* the currently logged in user's token, and writes them to the %HOME%/.aws/ | |
* credentials file. | |
* | |
* It is called using `php aws_creds.php [rolename]` |
I hereby claim:
To claim this, I am signing this object:
# Copyright waiver for Public Domain OpenPhysical Projects | |
I dedicate any and all copyright interest in this software to the | |
public domain. I make this dedication for the benefit of the public at | |
large and to the detriment of my heirs and successors. I intend this | |
dedication to be an overt act of relinquishment in perpetuity of all | |
present and future rights to this software under copyright law. | |
To the best of my knowledge and belief, my contributions are either | |
originally authored by me or are derived from prior works which I have |