SARNEG is a lightweight encryption method designed for securely transmitting numerical information, such as map grid coordinates, over non-secure communication channels. It is ideal for Search and Rescue (SAR) scenarios, where isolated individuals must communicate their location discreetly. (Chesbro, 2018)
SARNEG is not a strong encryption method. It is suitable for:
- Obscuring location in hostile environments.
- Short-term secrecy of numerical data.
- Human memorization and quick encoding.
It is not recommended for encrypting sensitive or high-volume data.
SARNEG substitutes each digit from 0β9
with a corresponding letter from a 10-letter keyword (with no repeating letters).
-
Choose a 10-letter keyword (no repeated letters)
Examples:AFTERSHOCK
,BLACKHORSE
,CORNFLAKES
,COMBATHELP
-
Create the mapping:
Digits: 0 1 2 3 4 5 6 7 8 9 Keyword: A F T E R S H H O C K
-
Encrypt the numeric portion of your message using this mapping.
45V UC 76232 63380
Using keyword AFTERSHOCK
:
76232 63380 β OHTET HEECA
SARNEG: OHTET HEECA
Note: Prefix (45V UC
) is typically not transmitted unless necessary. The application is still however capable of handling these inputs.
Chesbro, M., 2018. Operating in Hostile and Non-Permissive Environments: A Survival and Resource Guide For Those Who Go in Harm's Way. pp.172β173.