• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Password protect a pdf file?

pawnraider

Member
Nov 22, 2007
932
36
✟32,249.00
Country
United States
Faith
Protestant
Marital Status
Single
I hope this is the right place to ask this.

I just did my state taxes and I did it on a pdf form that allows the person to fill in the fields and can be printed out. What I would like to know is is it possible to password protect this pdf form to prevent anyone other than myself from looking at its contents? If so, how?
 

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
If you have the full version of Adobe I believe you can password protect them.

Other wise just use WinZip (Or Equivalent) and put it in a password protected ZIP File (or RAR, or whatever compression you wish)
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
When using encryption, strong passwords are important.

Tell me, what password is better for my security ?

1) JD&hh3)&DF#jSD
or
2) ThisIsHowWeAreGoingToRememberOurPassowrdOnDec25th2015.

password_strength.png
 
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
Tell me, what password is better for my security ?

1) JD&hh3)&DF#jSD
or
2) ThisIsHowWeAreGoingToRememberOurPassowrdOnDec25th2015.

First one is better. Second one is just a passphrase which can be decoded by a dictionary.

Tip: never use an online (or application) password generator, why?

Because they they could now have your password and ip address possibly.
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
First one is better. Second one is just a passphrase which can be decoded by a dictionary.

Tip: never use an online (or application) password generator, why?

Because they they could now have your password and ip address possibly.

Not true.

1'st one is 14 characters long, one of 255 characters,
2nd one is 14 words long each word being one of 171,476 words

and that's not even counting capitalization.

http://www.mathsisfun.com/combinatorics/combinations-permutations.html

ETA:
To simplify it lets compare 2 Words to 2 ASCII Characters (We'll allow any of the 255 bytes to be used)
1) 2 characters would be a total of 65,536 combinations
2) 2 words (using the 171,476 in the current dictionary) (well with just one word we're already over the 2 characters combination of 65,536 combinations) but it would be 29,404,018,576 combinations with just 2 words.

with 14 words vs characters it's
5.1922968585348276285304963292201e+33 combinations
vs
1.9004078649468748800668695215654e+73 combinations (not counting punctuation & capitalization being used)
 
Last edited:
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
For more fun with code, using the example phrase and bad password storage (MD5 of pass-phrase only)

1) ThisIsHowWeAreGoingToRememberOurPassowrdOnDec25th2015 becomes -> b99eaec3177677798887daaa801d8b61
2) This is how we are going to remember our password on December 25th 2015 becomes -> 1eb15740a6df91d957ace4ff16859ca3
and
3) JD&hh3)&DF#jSD becomes -> 8ff6dbd288082d39b321490af2bd6f1d
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
What is the best way to choose a random passphrase? The roll of a dice?

Roll of the dice can be still hard to remember. (And don't use "Correcthorsebatterystaple" :) )

But look out your window, then to your left, then on your desk, then in your pocket. Did you see something that you can make a phrase out of that you can remember ?

RosebudCamerawithPhonefor25pince.
 
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
Not true.

1'st one is 14 characters long, one of 255 characters,
2nd one is 14 words long each word being one of 171,476 words

Maths aside, I stand by the following,

Passphrases are theoretically stronger, and so should make a better. First, they usually are (and always should be) much longer—20 to 30 characters or more is typical—making some kinds of brute force attacks entirely impractical. Second, if well chosen, they will not be found in any phrase or quote dictionary, so such dictionary attacks will be almost impossible.

So it's possible the first one could be more secure due to its "randomness". A good passphrase would be of course very secure if it had 30 (or more) random characters, though not very easy to remember. But that's a key rule, if its hard for you to remember then it maybe hard for someone else to guess/crack it too.
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
Maths aside, I stand by the following,



So it's possible the first one could be more secure due to its "randomness". A good passphrase would be of course very secure if it had 30 (or more) random characters, though not very easy to remember. But that's a key rule, if its hard for you to remember then it maybe hard for someone else to guess/crack it too.

Math is how you determine how secure a password can be.
 
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
Math is how you determine how secure a password can be.

And do you always sit there calculating a password/phrase before entering a new one.

Whats more secure,

y%F#m1D8^%9n

or,

11111111111111111111111111111111111111111111111111111111111111111

Mathematically, the longer second one is for sure but, in reality the second one is stupidly simple to crack. Would you pick all 1's?, I doubt it but then again who would pick "password" for a password - exception being Microsoft :)

The longer the passphrase, the more easy it could be to crack. Human nature makes us want things to be simple. We will want to make it relevant to the purpose for which we are using it maybe. For this site i choose (not really),

IamagoodChristianinthisforum

A dictionary attack with a good algorithm will pick that to pieces in no time.

So, after the Patriots Superbowl victory, I get an account at the Patriots website and my passphrase is,

Tom Brady is the best quarterback

32 characters and mathematically strong. But, randomness in this string is very low and mathematics won't save you from a well organised password cracker. Also substituting numbers for letters (like 0 for o, 3 for e) will just delay it a little.

Well my new Patriots passhrase is,

*#15# uNdur-1nflaytid puMP-k1n$ $ouR l0osEr$ Df33T #20%*

I thinks most of you can read that and this would be much more secure, both mathematically and against an attack. Impossible to guess? - nothings impossible...

Remember, mathematics told the Titanic's engineers that is was unsinkable.
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
And do you always sit there calculating a password/phrase before entering a new one.

Whats more secure,

y%F#m1D8^%9n

or,

11111111111111111111111111111111111111111111111111111111111111111

Mathematically, the longer second one is for sure but, in reality the second one is stupidly simple to crack. Would you pick all 1's?, I doubt it but then again who would pick "password" for a password - exception being Microsoft :)

The longer the passphrase, the more easy it could be to crack. Human nature makes us want things to be simple. We will want to make it relevant to the purpose for which we are using it maybe. For this site i choose (not really),

IamagoodChristianinthisforum

A dictionary attack with a good algorithm will pick that to pieces in no time.

So, after the Patriots Superbowl victory, I get an account at the Patriots website and my passphrase is,

Tom Brady is the best quarterback

32 characters and mathematically strong. But, randomness in this string is very low and mathematics won't save you from a well organised password cracker. Also substituting numbers for letters (like 0 for o, 3 for e) will just delay it a little.

Well my new Patriots passhrase is,

*#15# uNdur-1nflaytid puMP-k1n$ $ouR l0osEr$ Df33T #20%*

I thinks most of you can read that and this would be much more secure, both mathematically and against an attack. Impossible to guess? - nothings impossible...

Remember, mathematics told the Titanic's engineers that is was unsinkable.

In Reality the longer one is still more secure, the reason is it's not common, so after using the common passwords, you have to brute force it, and the longer password WILL take longer to crack.

(and no Engineers that said the Titanic was unsinkable)
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
FYI Time Calculations from GRC on cracking the two examples you gave
https://www.grc.com/haystack.htm

Password Best Cracking Time
y%F#m1D8^%9n 1.74 centuries

11111111111111111111111111111111111111111111111111111111111111111 3.53 hundred thousand trillion trillion trillion centuries
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
In Reality the longer one is still more secure, the reason is it's not common, so after using the common passwords, you have to brute force it, and the longer password WILL take longer to crack.

If they were the same length, the second one is still more secure due to obfuscation and randomness - though it could have been a lot more random.

So, going back to,

1) JD&hh3)&DF#jSD
or
2) ThisIsHowWeAreGoingToRememberOurPassowrdOnDec25th2015.

With the right algorithm and dictionary, I would still say the second one is easier, common words, capitalised first letters and a common date format. Im assuming "Passowrd" was a typo but even still that probably wouldn't slow the cracking down a great deal.

The first example while being shorter is random with no visual pattern.

If I get some time I might try just to see :)


(and no Engineers that said the Titanic was unsinkable)

It was said that the builders and owners of Titanic claimed she was 'unsinkable'. The claim actually made was that she was 'practically unsinkable'

I'm assuming the ships designers/engineers would come under "builders" of the vessel. There were numerous design flaws and mistakes these people made which cost approx. 1500 people their lives.
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
Here's a Zip file for you with a bonus hint
I only used numbers to protect the text
https://dl.dropboxusercontent.com/u/994953/ProtectedDocument.txt.zip

(And you still don't get it, no matter the dictionary, you still have entropy you have to deal with, the 2 characters vs 2 words proved that, now if you care to show your math that I'm wrong I'm listening)
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟460,300.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
If they were the same length, the second one is still more secure due to obfuscation and randomness - though it could have been a lot more random.

So, going back to,

1) JD&hh3)&DF#jSD
or
2) ThisIsHowWeAreGoingToRememberOurPassowrdOnDec25th2015.

With the right algorithm and dictionary, I would still say the second one is easier, common words, capitalised first letters and a common date format. Im assuming "Passowrd" was a typo but even still that probably wouldn't slow the cracking down a great deal.

The first example while being shorter is random with no visual pattern.

If I get some time I might try just to see :)






I'm assuming the ships designers/engineers would come under "builders" of the vessel. There were numerous design flaws and mistakes these people made which cost approx. 1500 people their lives.


1) GRC 15.67 Thousand Centuries
2) 2.01 hundred billion trillion trillion trillion trillion trillion trillion centuries

This is taking into account Dictionary attacks because Dictionary attacks only work on words not phrases.
 
Upvote 0