Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged security

0 votes
901 views
1 answer
    At some point recently Chrome has stopped showing data loaded via jsonp with the error [blocked] The page at ... pressing need to encrypt it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
962 views
1 answer
    I am learning about JWT for the security of my project, but I have a question. If I recieve the token correctly ... this and protect me? How? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
947 views
1 answer
    I would like to save data in cookies (user name, email address, etc...) but I don't the user ... replacement for persistence or session storage. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to generate a self signed trusted certificate and a csr and sign the csr with trusted certificate created. ... a trusted Cert Entry ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
938 views
1 answer
    I am looking into building a login system and after reading the php manual when you pass a 2 digit salt to ... this be a security concern? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    I am looking into building a login system and after reading the php manual when you pass a 2 digit salt to ... this be a security concern? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am looking into building a login system and after reading the php manual when you pass a 2 digit salt to ... this be a security concern? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    I am learning about JWT for the security of my project, but I have a question. If I recieve the token correctly ... this and protect me? How? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I would like to save data in cookies (user name, email address, etc...) but I don't the user ... replacement for persistence or session storage. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to generate a self signed trusted certificate and a csr and sign the csr with trusted certificate created. ... a trusted Cert Entry ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am looking into building a login system and after reading the php manual when you pass a 2 digit salt to ... this be a security concern? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I understand the right way to protect a db from SQL injection is by using prepared statements. I would like to ... (); } } Thanks, JDelage See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    I'm looking to implement httpOnly in my legacy ASP classic sites. Anyone knows how to do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
947 views
1 answer
    I use Google Source Repository to store my Google Cloud Functions. (Git repo hosted by Google, basically) One ... else but env variables. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    In a Linux system, passwords are stored using an MD5 hash. Why can the usage of "salt" protect the system ... the system authenticate the user? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
975 views
1 answer
    Is this piece of code safe? SecureRandom randomizer = new SecureRandom(String.valueOf(new Date().getTime()).getBytes ... seed of secure random? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am working on an XSS (cross site scripting) issue. My application runs on an Oracle Weblogic portal. We use ... or secure flag, please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    A product I'm helping to develop will basically work like this: A Web publisher creates a new page on their ... in advance for any suggestions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
881 views
1 answer
    According to the MongoDB documentation, it isn't recommended to use server-side stored functions. What is the reason behind this warning? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
987 views
1 answer
    In Implicit Grant, the access token is sent back in the callback URL. Is this not a security risk because, ... getting passed as fragment in URL See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I receive from a web service(made by myself) an RSA PrivateKey PKCS#8 encoded in a base 64 String. My Android ... help me? Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it ok to put the CSRF token in a cookie? (and in every form, as a hidden input, so I can check if ... method, so it should be fine. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Is there a way to generate a random number based on a min and max? For example, if min was 1 and max 20 it ... 1 and 20, including 1 and 20? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    As far as I understand, RSA keys are usually generated based on a (strong) random generator. Instead, I want ... locally using his private key. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    I feel a little silly for asking this since I seem to be the only person in the world who doesn't get ... like %-formatting. Is that incorrect? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
929 views
1 answer
    I am looking for an encrypted version control system . Basically I would like to Have all files encrypted locally ... but I cant find anything. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
906 views
1 answer
    We have a site (www.example.com) which sends users off to a series of third party pages to verify payment ... my only companion in such times? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
845 views
1 answer
    My company currently develops a Java web application. A couple of our clients have internal SAML servers ( ... important as user authentication. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...