Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: GnuPG: users

Re: Gnupg-users Digest, Vol 106, Issue 5

 

 

GnuPG users RSS feed   Index | Next | Previous | View Threaded


healers at basicisp

Jul 16, 2012, 5:53 AM

Post #1 of 4 (184 views)
Permalink
Re: Gnupg-users Digest, Vol 106, Issue 5

Good day Hauke,
I am new to the list and have finally found the time to take a good
look at the digests. As I look at Digest, Vol 106, Issue 5 I note the
varied issues with SHA 1. I would like the advantage of the SHA 256,
however I was not able to find the conf file. All I found was the
gnupconf.exe file with no practical way to view it. For now I will
assume I've erred and just ask, where do I find the appropriate file?
Sorry if it's a dumb question but I'm new both to this list and
cryptography, so your assistance would be of help. If it's too noob a
question just say so and I'll not bother you folks again. Thanks in advance.
Dr. C.

On 7/10/2012 19 13, gnupg-users-request [at] gnupg wrote:
> Send Gnupg-users mailing list submissions to
> gnupg-users [at] gnupg
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
> or, via email, send a message with subject or body 'help' to
> gnupg-users-request [at] gnupg
>
> You can reach the person managing the list at
> gnupg-users-owner [at] gnupg
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gnupg-users digest..."
>
>
> Today's Topics:
>
> 1. Re: why is SHA1 used? How do I get SHA256 to be used?
> (Hauke Laging)
""SNIP""


_______________________________________________
Gnupg-users mailing list
Gnupg-users [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-users


rjh at sixdemonbag

Jul 16, 2012, 6:11 AM

Post #2 of 4 (180 views)
Permalink
Re: Gnupg-users Digest, Vol 106, Issue 5 [In reply to]

On 07/16/2012 08:53 AM, Healer 1 wrote:
> I would like the advantage of the SHA 256, however I was not able to
> find the conf file. All I found was the gnupconf.exe file with no
> practical way to view it. For now I will assume I've erred and just
> ask, where do I find the appropriate file?

On Windows Vista and above, look in:

C:\Users\[your user name]\AppData\Roaming\GnuPG

On Windows XP, look in:

C:\Documents and Settings\[your user name]\Application Data\GnuPG

> Sorry if it's a dumb question

It's not a dumb question at all, and we're happy to help. :)

_______________________________________________
Gnupg-users mailing list
Gnupg-users [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-users


smickson at hotmail

Jul 16, 2012, 6:17 AM

Post #3 of 4 (179 views)
Permalink
RE: Gnupg-users Digest, Vol 106, Issue 5 [In reply to]

On Ubuntu, config file found at: ~/.gnupg/gpg.conf

On WinXP, config file found at: C:\Documents and Settings\<username>\Application Data\gnupg\gpg.conf

On Win7, config found at: C:\Users\<username>\AppData\Roaming\gnupg\


If you do not find the file at the specified location, you can just create it. For example, say you navigate to ~/.gnupg/ folder in Ubuntu but there is no gpg.conf file. Just open gedit (or notepad on Windows) and save the empty document as "gpg.conf" (on windows make sure to change the setting to show file extensions). Then add your configurations to this file as needed,.




> Date: Mon, 16 Jul 2012 07:53:49 -0500
> From: healers [at] basicisp
> To: gnupg-users [at] gnupg
> Subject: Re: Gnupg-users Digest, Vol 106, Issue 5
>
> Good day Hauke,
> I am new to the list and have finally found the time to take a good
> look at the digests. As I look at Digest, Vol 106, Issue 5 I note the
> varied issues with SHA 1. I would like the advantage of the SHA 256,
> however I was not able to find the conf file. All I found was the
> gnupconf.exe file with no practical way to view it. For now I will
> assume I've erred and just ask, where do I find the appropriate file?
> Sorry if it's a dumb question but I'm new both to this list and
> cryptography, so your assistance would be of help. If it's too noob a
> question just say so and I'll not bother you folks again. Thanks in advance.
> Dr. C.
>
> On 7/10/2012 19 13, gnupg-users-request [at] gnupg wrote:
> > Send Gnupg-users mailing list submissions to
> > gnupg-users [at] gnupg
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.gnupg.org/mailman/listinfo/gnupg-users
> > or, via email, send a message with subject or body 'help' to
> > gnupg-users-request [at] gnupg
> >
> > You can reach the person managing the list at
> > gnupg-users-owner [at] gnupg
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Gnupg-users digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: why is SHA1 used? How do I get SHA256 to be used?
> > (Hauke Laging)
> ""SNIP""
>
>
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users [at] gnupg
> http://lists.gnupg.org/mailman/listinfo/gnupg-users


wk at gnupg

Jul 16, 2012, 9:44 AM

Post #4 of 4 (179 views)
Permalink
Re: Gnupg-users Digest, Vol 106, Issue 5 [In reply to]

On Mon, 16 Jul 2012 14:53, healers [at] basicisp said:

> varied issues with SHA 1. I would like the advantage of the SHA 256,
> however I was not able to find the conf file. All I found was the


gpgconf --list-dirs

shows all configured directories. You want to look at the line starting
with homedir. The value after the colon is the directory you are looking
for. If you notice a '%' in that value, it is an escape sequence
similar to what is used with URL. Examples:

"C%3A/foo/bar" translates to "C:/foo/bar"
"C%3A\my%25dir" translates to "C:\my%dir"

You may need to enter the '\' instead of the '/' in some Windows tools.


Salam-Shalom,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.


_______________________________________________
Gnupg-users mailing list
Gnupg-users [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-users

GnuPG users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.