Static Propertyvapor 4.114.1Vapor
default
Alias for canonical
.
static let `default`: BaseNEncoding
Alias for canonical
.
static let `default`: BaseNEncoding
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum Base64
static let canonical: BaseNEncoding
Canonical Base64 encoding per RFC 4648 §4
struct BaseNEncoding
static let bcrypt: BaseNEncoding
The variant Base64 encoding used by BCrypt, using .
instead of /
for value 62 and ignoring padding.