I was asked by a few people, trying to understand how to set the ARC4 in Armada. This is just a help file paste, so an understanding of how it works is gained.
So say Agency A uses LID 1 and "0FFF" or just FFF
and agency B uses LID 1 and "F0F0F"
They want to use a tac channel together on a system for interoperability but scrambled, there will be a conflict between the two. They would be need to
have a new Code in order to communicate, with a matching LID and CODE.
*Yes this is an actual issue brought before me, Agency A (a big agency) wanted to talk to Agency B (small town) but their ARC4 codes both use LID 1 and code "x"
So the only way for Agency A to communicate with Agency B was to add another "talkgroup" and add another LID and code, then patch back to main channel.
Agency A LID 1 and code was their PRIMARY CODE
Agency B LID 1 and code was their PRIMARY CODE
Agency A can talk but only Agency A radios would hear the "A" radio traffic, while on Agency B channels, thus Agency B would not hear "A" traffic.
same goes for Agency B.
Thus only way to communicate, was in the clear basically. (issue has been addressed and fixed hereafter)
So in this little ditty, here is how to understand Armada and the Hardware / Software Key, and understanding not everyone needs to use LID 1, but it is a default
mindset of many, in my opinion, just to use 1 and be as it may be.
SCM BEING USED = SLN is used (ARC4 can be keyloaded using this if you have this activated!)
Software KEY being used only = PID is used
PID - This value, the Physical Identifier, is used for assigning a key in the code plug. This value is selected from a spin box in various encryption related sections of the code plug. This is a non-editable field in the table . The value is dependent on the Mode setting under Global tab, General Options sub tab in the Encryption group. If Mode is set to SLN (CKR), then the PID numbering goes from 1-126. If Mode is set to PID (ASN), then the PID numbering goes from 0-125.
LID - The Logical Identifier, sometimes called a key ID, is an ID for the Software Key that is sent by the transmitting radio to specify which key is to be used by the receiver. For two radios to use encryption they both need a matching key with matching LIDs. A value 0-65,535 can be assigned.
Key - The key value is the encryption key. The Key is a 10 character Hex value. If less than 10 characters are used, zeroes will be padded on the left hand side of the key to make it 10 characters.
Alias - An alias can be assigned to a key to aid in managing the key. A key can be 12 ASCII characters long.
So say Agency A uses LID 1 and "0FFF" or just FFF
and agency B uses LID 1 and "F0F0F"
They want to use a tac channel together on a system for interoperability but scrambled, there will be a conflict between the two. They would be need to
have a new Code in order to communicate, with a matching LID and CODE.
*Yes this is an actual issue brought before me, Agency A (a big agency) wanted to talk to Agency B (small town) but their ARC4 codes both use LID 1 and code "x"
So the only way for Agency A to communicate with Agency B was to add another "talkgroup" and add another LID and code, then patch back to main channel.
Agency A LID 1 and code was their PRIMARY CODE
Agency B LID 1 and code was their PRIMARY CODE
Agency A can talk but only Agency A radios would hear the "A" radio traffic, while on Agency B channels, thus Agency B would not hear "A" traffic.
same goes for Agency B.
Thus only way to communicate, was in the clear basically. (issue has been addressed and fixed hereafter)
So in this little ditty, here is how to understand Armada and the Hardware / Software Key, and understanding not everyone needs to use LID 1, but it is a default
mindset of many, in my opinion, just to use 1 and be as it may be.
SCM BEING USED = SLN is used (ARC4 can be keyloaded using this if you have this activated!)
Software KEY being used only = PID is used
PID - This value, the Physical Identifier, is used for assigning a key in the code plug. This value is selected from a spin box in various encryption related sections of the code plug. This is a non-editable field in the table . The value is dependent on the Mode setting under Global tab, General Options sub tab in the Encryption group. If Mode is set to SLN (CKR), then the PID numbering goes from 1-126. If Mode is set to PID (ASN), then the PID numbering goes from 0-125.
LID - The Logical Identifier, sometimes called a key ID, is an ID for the Software Key that is sent by the transmitting radio to specify which key is to be used by the receiver. For two radios to use encryption they both need a matching key with matching LIDs. A value 0-65,535 can be assigned.
Key - The key value is the encryption key. The Key is a 10 character Hex value. If less than 10 characters are used, zeroes will be padded on the left hand side of the key to make it 10 characters.
Alias - An alias can be assigned to a key to aid in managing the key. A key can be 12 ASCII characters long.