-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash while creating private key with Base64 string on Linux #38
Comments
@Luzanov |
@Andrew-Lees11 this is my private key without header and footer lines: |
Closing this issue now the fix has been merged in 1.0.25. |
I removed header and footer lines in my private key file and use:
let privateKey = try CryptorRSA.createPrivateKey(withBase64: base64String)
it works well on Mac OS but on Linux it crashes with error:
Fatal error: Unexpectedly found nil while unwrapping an Optional value
The text was updated successfully, but these errors were encountered: