Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. E-mailing account information

E-mailing account information

Scheduled Pinned Locked Moved The Lounge
comquestion
25 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Dalek Dave

    peterchen wrote:

    menwholovesquirrels.com

    Oh they drive you nuts!

    ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

    F Offline
    F Offline
    fjdiewornncalwe
    wrote on last edited by
    #13

    Dalek Dave wrote:

    Oh they drive you around looking for nuts!

    I wasn't, now I am, then I won't be anymore.

    1 Reply Last reply
    0
    • R Ravi Sant

      Yes its easy to have password in mail. But, it isn't good practice i guess.

      P Offline
      P Offline
      peterchen
      wrote on last edited by
      #14

      Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all). (And of course, they can send it once at sign up time, but not for recovery. Or the laws of physics might change, or quantum computing might turn out to just work.) (But hey, even HBGary didn't much better)

      FILETIME to time_t
      | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

      modified on Wednesday, February 23, 2011 11:25 AM

      W J D 3 Replies Last reply
      0
      • R R tsumami

        Anyone else think its annoying that when you create a account somewhere they mail you your complete account information. I don’t mind that they mail you the information you used to sign up or anything, but do they have to include your password in plain text?

        saru mo ki kara ochiru (even monkeys fall from trees) Usualy i'm that monkey. If you want an intelligent answer, Don't ask me. To understand Recursion, you must first understand Recursion.

        E Offline
        E Offline
        Ennis Ray Lynch Jr
        wrote on last edited by
        #15

        Not as annoying as slow loading web pages that automatically set focus on the username field causing me to type half of my password in the user name field.

        Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

        W 1 Reply Last reply
        0
        • P peterchen

          Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all). (And of course, they can send it once at sign up time, but not for recovery. Or the laws of physics might change, or quantum computing might turn out to just work.) (But hey, even HBGary didn't much better)

          FILETIME to time_t
          | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

          modified on Wednesday, February 23, 2011 11:25 AM

          W Offline
          W Offline
          W Balboos GHB
          wrote on last edited by
          #16

          peterchen wrote:

          it means they store passwords in plaintext.

          Not really - it could also be encrypted, but reversibly. The sites that can only 'reset' you password probably store it with an irreversible encryption (through the digital Cuisinart). If it's reversibly encrypted, they can, obviously, decrypt it back to plain-text and mail it to you. The latter, if you're interested, is inherently weak in that gaining access to a database full of these, and some known uid/pwd sets could allow mass decryption. When irreversibly encrypted - it's falls back pretty much to trial-and-error.

          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

          "As far as we know, our computer has never had an undetected error." - Weisert

          "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

          P 1 Reply Last reply
          0
          • P peterchen

            Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all). (And of course, they can send it once at sign up time, but not for recovery. Or the laws of physics might change, or quantum computing might turn out to just work.) (But hey, even HBGary didn't much better)

            FILETIME to time_t
            | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

            modified on Wednesday, February 23, 2011 11:25 AM

            J Offline
            J Offline
            Johnny J
            wrote on last edited by
            #17

            How the heck do you come to that conclusion? You don't think they can decrypt the password before they include it in the mail? :doh:

            Gotta run; I've got people to do and things to see...
            -----
            Don't tell my folks I'm a computer programmer - They think I'm a piano player in a cat house...
            -----
            Da mihi sis crustum Etruscum cum omnibus in eo!
            -----
            Everybody is ignorant, only on different subjects - Will Rogers, September 7, 1924

            P 1 Reply Last reply
            0
            • J Johnny J

              How the heck do you come to that conclusion? You don't think they can decrypt the password before they include it in the mail? :doh:

              Gotta run; I've got people to do and things to see...
              -----
              Don't tell my folks I'm a computer programmer - They think I'm a piano player in a cat house...
              -----
              Da mihi sis crustum Etruscum cum omnibus in eo!
              -----
              Everybody is ignorant, only on different subjects - Will Rogers, September 7, 1924

              P Offline
              P Offline
              peterchen
              wrote on last edited by
              #18

              You are right of course, that it could be reversibly encrypted, and I've modified my reply to relect that. However reversible encryption is pointless for password security. When the password is validated, you need the secret and the decryption key - in other words, the plain text. Using reversible encryption reduces the attack points (e.g. you can have a user-key list on one server, and a user-encrypted password list on another), but it doesn't solve the fundamental weakness. Excactly that's the reason for a one-way hash. (Now you still have rainbow tables, and how to store the salt? But that a much higher barrier.)

              FILETIME to time_t
              | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

              J 1 Reply Last reply
              0
              • W W Balboos GHB

                peterchen wrote:

                it means they store passwords in plaintext.

                Not really - it could also be encrypted, but reversibly. The sites that can only 'reset' you password probably store it with an irreversible encryption (through the digital Cuisinart). If it's reversibly encrypted, they can, obviously, decrypt it back to plain-text and mail it to you. The latter, if you're interested, is inherently weak in that gaining access to a database full of these, and some known uid/pwd sets could allow mass decryption. When irreversibly encrypted - it's falls back pretty much to trial-and-error.

                "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                "As far as we know, our computer has never had an undetected error." - Weisert

                "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                P Offline
                P Offline
                peterchen
                wrote on last edited by
                #19

                Balboos wrote:

                The latter, if you're interested, is inherently weak in that gaining access to a database full of these, and some known uid/pwd sets could allow mass decryption.

                That's why I equated reversible encryption with "not really better than plain text". See also my reply below[^].

                FILETIME to time_t
                | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                1 Reply Last reply
                0
                • P peterchen

                  You are right of course, that it could be reversibly encrypted, and I've modified my reply to relect that. However reversible encryption is pointless for password security. When the password is validated, you need the secret and the decryption key - in other words, the plain text. Using reversible encryption reduces the attack points (e.g. you can have a user-key list on one server, and a user-encrypted password list on another), but it doesn't solve the fundamental weakness. Excactly that's the reason for a one-way hash. (Now you still have rainbow tables, and how to store the salt? But that a much higher barrier.)

                  FILETIME to time_t
                  | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                  J Offline
                  J Offline
                  Johnny J
                  wrote on last edited by
                  #20

                  peterchen wrote:

                  how to store the salt?

                  In a shaker? ;P

                  Gotta run; I've got people to do and things to see...
                  -----
                  Don't tell my folks I'm a computer programmer - They think I'm a piano player in a cat house...
                  -----
                  Da mihi sis crustum Etruscum cum omnibus in eo!
                  -----
                  Everybody is ignorant, only on different subjects - Will Rogers, September 7, 1924

                  P 1 Reply Last reply
                  0
                  • P peterchen

                    Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all). (And of course, they can send it once at sign up time, but not for recovery. Or the laws of physics might change, or quantum computing might turn out to just work.) (But hey, even HBGary didn't much better)

                    FILETIME to time_t
                    | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                    modified on Wednesday, February 23, 2011 11:25 AM

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #21

                    peterchen wrote:

                    Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all).

                    No it doesn't, they can do that even if they store the password in a hash, by inserting the plaintext into the email before disposing the string which your input was initially stored in.

                    3x12=36 2x12=24 1x12=12 0x12=18

                    P 1 Reply Last reply
                    0
                    • J Johnny J

                      peterchen wrote:

                      how to store the salt?

                      In a shaker? ;P

                      Gotta run; I've got people to do and things to see...
                      -----
                      Don't tell my folks I'm a computer programmer - They think I'm a piano player in a cat house...
                      -----
                      Da mihi sis crustum Etruscum cum omnibus in eo!
                      -----
                      Everybody is ignorant, only on different subjects - Will Rogers, September 7, 1924

                      P Offline
                      P Offline
                      peterchen
                      wrote on last edited by
                      #22

                      :-D

                      FILETIME to time_t
                      | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                      1 Reply Last reply
                      0
                      • D Dan Neely

                        peterchen wrote:

                        Of course it's not, it means they store passwords in plaintext, or with a reversible encryption (which doesn't provide significant additional safety - leak once, leak all).

                        No it doesn't, they can do that even if they store the password in a hash, by inserting the plaintext into the email before disposing the string which your input was initially stored in.

                        3x12=36 2x12=24 1x12=12 0x12=18

                        P Offline
                        P Offline
                        peterchen
                        wrote on last edited by
                        #23

                        You are a hard-to-please crowd to day. I've updated the post again.

                        FILETIME to time_t
                        | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                        1 Reply Last reply
                        0
                        • R R tsumami

                          Anyone else think its annoying that when you create a account somewhere they mail you your complete account information. I don’t mind that they mail you the information you used to sign up or anything, but do they have to include your password in plain text?

                          saru mo ki kara ochiru (even monkeys fall from trees) Usualy i'm that monkey. If you want an intelligent answer, Don't ask me. To understand Recursion, you must first understand Recursion.

                          W Offline
                          W Offline
                          wizardzz
                          wrote on last edited by
                          #24

                          You signed up for one of HBGary's sites?

                          1 Reply Last reply
                          0
                          • E Ennis Ray Lynch Jr

                            Not as annoying as slow loading web pages that automatically set focus on the username field causing me to type half of my password in the user name field.

                            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

                            W Offline
                            W Offline
                            wizardzz
                            wrote on last edited by
                            #25

                            +5! Especially while someone is sitting next to you watching?

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups