Results 1 to 9 of 9

Thread: Ethics 101

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Ethics 101

    Would you regard it as OK to build a back door into your own programs?

    Say its a prog that requires users to have passwords and that holds personnel records. Assuming the developer's intentions are good and they would not use the back door for the powers of evil, is it acceptable practice? Such a back door would only be used in emergencies where everyone has lost their passwords or the system is collapsing, it may for example dump the entire DB contents to an unencrypted file. Is this even legal?

    What do you think?
    I don't live here any more.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Ethics 101

    Originally posted by wossname
    Would you regard it as OK to build a back door into your own programs?

    Say its a prog that requires users to have passwords and that holds personnel records. Assuming the developer's intentions are good and they would not use the back door for the powers of evil, is it acceptable practice? Such a back door would only be used in emergencies where everyone has lost their passwords or the system is collapsing, it may for example dump the entire DB contents to an unencrypted file. Is this even legal?

    What do you think?
    Yes because if the user stuffs things up the programmer needs another way get into the program to fix the error.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    What happens if you don't tell someone in the company about this backdoor and they find it? Your reputation will be ruined.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Ethics 101

    Originally posted by wossname
    Would you regard it as OK to build a back door into your own programs?
    No. Unless you have sold the rights to the clients/users, you should have the source code, and administrator access to the database(s). If you have sold the full rights to the software then the user/client will ask for your help if they want/need it.

    There should be no need for any underhand methods of accessing the data.


    Say its a prog that requires users to have passwords and that holds personnel records. ... it may for example dump the entire DB contents to an unencrypted file. Is this even legal?
    I'm not sure. It would depend on the data I guess, but personnel data is one of the more sensitive issues, and this may well break Data Protection laws in some countries.

  5. #5

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    OK, to revise the situation...

    I write the DB app and notify the users / owners that there is a contingency measure built in to cover emergencies, but I don't tell them how to use it (for security, or maybe just one person). It would be written in such a way that it would be tough to crack from the binaries alone.
    I don't live here any more.

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    Why is there any potential need for a back door?

    Surely everything you could do with it can be done with the DBMS or the source code.

    I just see it as causing yourself extra problems - obviously security issues, and the increased risk of bugs (as it will rarely, if ever, be used).

  7. #7

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    This was really a hypothetical question. Anyway I like the idea of writing a backdoor just curious as to the implications.
    I don't live here any more.

  8. #8
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    Originally posted by DeadEyes
    What happens if you don't tell someone in the company about this backdoor and they find it? Your reputation will be ruined.
    Of course you would need to tell your co-workers about the back door first.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    Would you regard it as OK to build a back door into your own programs?
    I call it remote support

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width