# Security

Entries tagged with "Security".

Hidden Methods Beginner

Str::password()

Generate a cryptographically secure random password with configurable length and character types.

Security Helpers
Hidden Methods Beginner

Str::mask()

Mask a portion of a string with a repeated character — ideal for obscuring emails, phone numbers, or sensitive data.

Security Helpers
Hidden Methods Intermediate

Storage::temporaryUrl()

Generate a time-limited, signed URL to a private file — grant temporary access without making the file public.

Security Filesystem