sensitive-data Questions

2

The website builder SaaS application has a feature that lets customers connect their Stripe accounts to their website and receive money. Each user (website owner) of this SaaS application has a Str...
Haulm asked 20/8, 2022 at 9:18

3

Solved

I have uploaded my project on GitHub public repo. But one of the files contains my password information. And there are several commits I have made already. How can I hide my password right from the...
Keldah asked 17/2, 2018 at 15:46

3

Solved

Some URLs in my single-page-app (SPA) contain sensitive information like an access token, user information, etc. Examples: /callback#access_token=HBVYTU2Rugv3gUbvgIUY /[email protected] I...
Mcbroom asked 10/2, 2020 at 12:11

5

How do you handle sensitive data like secret API keys, hash salts when you keep your code in a public git repo? Obviously keeping the sensitive data in the code will compromise it. Another soluti...
Procopius asked 4/3, 2012 at 15:28

3

Solved

I need to use sensitive data with Drupal for a custom module to use. If I simply set them through the GUI, they will be stored unencrypted in the database. Anyone having access to it will have acce...
Apograph asked 29/4, 2011 at 16:41

1

Solved

To quote the Django docs: @sensitive_post_parameters('pass_word', 'credit_card_number') def record_user_profile(request): UserProfile.create(user=request.user, password=request.POST['pass_word']...
Censure asked 22/5, 2014 at 15:53

3

Solved

I have an ORM (NHibernate) that maps to POCOs which will be returned in ApiControllers. I realize that JSON.NET allows me to put conditional serialization methods (ShouldSerialize*) on my models; h...

1

Solved

Googling for an array of common routing numbers and their US-based bank names pulls up a whole list of spammy sites. Can anyone point me to where I could find such an array or better yet a ja...
Shaft asked 11/9, 2013 at 19:24

4

Solved

So I'm working on a supplemental web-based system required by an HR department to store and search records of former personnel. I fought the requirement, but in the end it was handed down that the ...
Reamer asked 18/7, 2013 at 20:6

2

Solved

I am developing an application that involves some sensitive user information. I retrieve this information via a private web API. I am trying to determine the best way to get this data into my app. ...

7

Solved

I'm writing an app which main purpose is to keep list of users purchases. I would like to ensure that even I as a developer (or anyone with full access to the database) could not figure out how mu...
Aggressive asked 11/9, 2010 at 14:32
1

© 2022 - 2024 — McMap. All rights reserved.