You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
The problem
When pasting PEM formatted files the UI does not retain the newline format causing the file format to be incorrect
Environment
Details
When trying to store ssl files
the pem format
\nis lost when pasting into the cryptr appOne workaround was to regex the
\ninto the output of the filethen paste that into the json view of cryptr. When using the other UI an extra
\is appended with\\nas the output.Steps to Reproduce