password-protection
Worksheet.Protect doesn't apply a password
I have a workbook which has a macro that copies some data into a second file then tries to protect the resulting worksheet (and workbook) with code along these lines:[详细]
2023-03-26 15:52 分类:问答Is this byte array a password-protected PDF document?
I have a C# byte array, and I need to know if it\'s a password-protected PDF document.How can I make this determination?[详细]
2023-03-26 12:29 分类:问答How to have my deployed application securely encrypt a password and then decrypt it later for automation use
This question has been answered before but the key difference may be that I want to be able to decrypt the password later on and that this is for a deployed application where someone could get a handl[详细]
2023-03-26 12:06 分类:问答how to make a keygen that writes "-" every four letters in C#
I have a quick question. I have a keygen to generate random passwords for my app. It generates capital letters and numbers but I want it to be like in some programs that formats their code like this x[详细]
2023-03-25 22:04 分类:问答Algorithm for one way password encryption
What is the most secure one way encryption algorithm to encrypt passwords? MD5 and SHA (1..512) are frequently used, but they are designed for speed what is bad for preventing brute force attacks on[详细]
2023-03-25 19:53 分类:问答How does web browsers transfer Passwords to origin servers?
My question is simple regarding password security.. As a web application developer using PHP for example, I may design a html form that accepts a username and password and post them to the webserver[详细]
2023-03-19 22:10 分类:问答BASH: How to send params & data to a process on STDIN
I\'m scripting a call to curl, you can enter the password & parameters via STDIN (keep password off the cmd line).[详细]
2023-03-18 00:38 分类:问答Protecting an email password when using NLog
When using N开发者_Go百科Log as a logging instrument we can easily send messages via email, for example this is the example configuration for using Gmail as a smtp server:[详细]
2023-03-18 00:17 分类:问答Password protect html page
I need to tack some simple password protection onto arbitrary html files.It does need need to be secure, but just keep out the random roff-raff.I tried using the below JS:[详细]
2023-03-16 19:46 分类:问答Making a file password protected in java
Till now, i have been creating a file (txt/excel) using buffered Writer for creating a text file and JExcel API for creating a Excel file. These files i have been creating using Java only.[详细]
2023-03-16 15:44 分类:问答