The document describes a secure key transfer protocol for group communication. It proposes a protocol that uses a Key Generation Center (KGC) to generate and distribute group keys. The protocol has four main parts: 1) User registration where users register with KGC and are assigned a prime number ID, 2) Group key generation where KGC generates a group key lower than members' prime numbers, 3) Key distribution where KGC broadcasts an encrypted message containing the group key to members, 4) Group re-keying to update keys when members join or leave by regenerating and broadcasting an encrypted message. The protocol aims to securely distribute keys only to authorized members while providing forward and backward secrecy.