Security Management
📄️ SSH Public Key Management
In GitCode, you can achieve secure code hosting and commit operations through SSH (Secure Shell Protocol) public keys. SSH public keys offer the following advantages:
📄️ Generating a GPG Public Key
A GPG (GNU Privacy Guard) public key is an important tool used for encrypting and verifying data. It can be used to protect your email communications, verify the integrity of software packages, and sign documents.
📄️ Personal Access Tokens (PAT)
A personal access token (PAT) is a secure credential that allows your application, script, or other tools to communicate securely with the GitCode API to perform various operations such as creating projects, managing Issues, pulling and pushing code, etc. By using a PAT, you can access your GitCode account instead of a password while maintaining a higher level of security.