Skip to content
Akivili Collindort edited this page Aug 25, 2023 · 6 revisions

A non-abstract Swift encryption library.

Overview

SwiftlyCrypto provides an easy-to-read and simple encryption provider. It only takes a little bit of research for developers to add SwiftlyCrypto to their projects.

SwiftlyCrypto currently supports AES and RSA algorithms.

They are secure and reliable, with default functions that support common encryption and decryption standards.

SwiftlyCrypto is repackaged from soyersoyer's SwCrypt. For more information, see SwCrypt.

Topics

RSA

RSA Asymmetric Encryption

RSA Private Key

RSA Public Key

RSA Raw Value

Encrypted RSA Raw Value

RSA Signature