⭐️ We have just released an extension for Mollie. Check it out →
DocumentationDocumentationDownloadsDownloadsDemoDemo (opens in a new tab)TranslateTranslate (opens in a new tab)ForumForum (opens in a new tab)
(opens in a new tab) (opens in a new tab)
  • Introduction
  • Getting Started
    • Install on cPanel or Plesk
    • Install on Apache
    • Install on Nginx
    • Install using Docker
    • Install using Softaculous
    • Migrate from BoxBilling
    • Updating FOSSBilling
    • Manually resetting your administrator password
    • The Configuration File
    • Localization
    • Configuring Company Information
    • Customizing Invoice PDFs
    • Customizing Email Templates
    • API Keys
    • Domains
    • Downloadable Products
    • Hosting
    • CWP and FOSSBilling
    • HestiaCP and FOSSBilling
    • Best Practices
    • CAPTCHA
    • Multi-factor Authentication
    • Reporting a Vulnerability
    • Securing FOSSBilling
    • JavaScript Wrapper
    • API Reference
    • Event Hooks
    • Frameworks and Dependencies
    • How do we Store Passwords?
    • How we Handle Payments
  • FAQ
    • Communication Guidelines
    • Creating an Extension
    • Code of Conduct
    • FOSSBilling File Structure
    • Creating a Theme
  • Changelog
  • Troubleshooting
  • Working Extensions and Payment Modules
    • Introduction
    • Getting Started
      • Install on cPanel or Plesk
      • Install on Apache
      • Install on Nginx
      • Install using Docker
      • Install using Softaculous
      • Migrate from BoxBilling
      • Updating FOSSBilling
      • Manually resetting your administrator password
      • The Configuration File
      • Localization
      • Configuring Company Information
      • Customizing Invoice PDFs
      • Customizing Email Templates
      • API Keys
      • Domains
      • Downloadable Products
      • Hosting
      • CWP and FOSSBilling
      • HestiaCP and FOSSBilling
      • Best Practices
      • CAPTCHA
      • Multi-factor Authentication
      • Reporting a Vulnerability
      • Securing FOSSBilling
      • JavaScript Wrapper
      • API Reference
      • Event Hooks
      • Frameworks and Dependencies
      • How do we Store Passwords?
      • How we Handle Payments
    • FAQ
      • Communication Guidelines
      • Creating an Extension
      • Code of Conduct
      • FOSSBilling File Structure
      • Creating a Theme
    • Changelog
    • Troubleshooting
    • Working Extensions and Payment Modules
  • Downloads
  • Demo (opens in a new tab)
  • Translate (opens in a new tab)
  • Forum (opens in a new tab)
    • Open Collective (opens in a new tab)
    • GitHub Sponsors (opens in a new tab)
Edit this page
Documentation
Under the Hood
How do we Store Passwords?

How do we Store Passwords?

Passwords are stored in the database using the standard PHP password_hash (opens in a new tab) using the PASSWORD_DEFAULT algorithm (currently bcrypt). This function will generate a strong one-way hash.

Frameworks and DependenciesHow we Handle Payments

hello@fossbilling.org

© 2023, The FOSSBilling project. Content licensed under the Apache 2.0 license.