# Encryption Endpoint **GET /crypto/enc** API Endpoint for encrypting data Permissions Required: `Cryptography::Encrypt` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters ### Query parameters - **data** (string) The data to encrypt ## Responses ### 200 The Encrypted Data #### Body: plain/text (string) string ### 400 Error With Encryption (Client Caused) #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401 Invalid/Missing API Token #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403 Missing Permissions #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 500 Error With Encryption (Server Caused) #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)