paragonie / pecl-libsodium-doc

Free Online Documentation for the Libsodium PHP Extension
https://paragonie.com/book/pecl-libsodium
Creative Commons Attribution 4.0 International
88 stars 11 forks source link

Storage of keys #15

Open kefahB opened 6 years ago

kefahB commented 6 years ago

Hello, I wanted to know what is the best way to store the public and private key in the database, because the string generated by the libsodium functions is difficult to use in the context of credentials of an API, especially as the string contains line breaks, spaces, and many special characters.

Thank you