Enumerationvapor 4.114.1Vapor
Base64
Base64.swift:88enum Base64
enum Base64
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.
static let bcrypt: BaseNEncoding
The variant Base64 encoding used by BCrypt, using .
instead of /
for value 62 and ignoring padding.
static let canonical: BaseNEncoding
Canonical Base64 encoding per RFC 4648 §4
static let `default`: BaseNEncoding
Alias for canonical
.