📄️ Encryption
In NeCIPCo, all the sensitive information is exchanged ciphered using RSA Public/Private Pair Keys.
📄️ Encoding
If you need to make a POST, PUT request and send data in body params , the sensitive information after encrypted, must be encoded in Base 64 (RFC 4648) before to be sended.