Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
Where are stripe secret keys stored and are they encrypted ? - wordpress / woocommerce

We are building a WordPress site and have integrated Stripe as a payment gateway with the Stripe Plugin. We have inputted our secret key in the Secret Key field found in Woocommerce > Settings > Payments > Stripe

Where is the secret key actually stored (is it stored in source code...db...where?) Someone did suggest it is stored in the database (phpMyAdmin), however, we did check every table but there is no stripe_secrect_key column anywhere to be found.

Also, is the secret key encrypted whereever it may be stored? This maybe a stupid question...

WooCommerce version: 5.6.0

Wordpress version: 5.8

Stripe Gateway Plugin Version: 5.3.0

Kind Regards and TIA

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Stripe's keys are stored in wp_options table, option is called woocommerce_stripe_settings.

And from the look of it, it does not seem to be encrypted. option_value is filled with a regular serialised PHP array.

over 4 years ago · Santiago Trujillo Report

0

WooCommerce uses a combination of both WordPress database tables and its own custom tables to store its data. However, WooCommerce doesn't have a dedicated table to store the customer data. The customer data is stored in different database tables, which sometimes might make retrieval of this data challenging

Most data plugins store data in the wp_meta DB or it could created a json file to store that API key

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!