+ Reply to Thread
Results 1 to 7 of 7

usernames distribution system - how to do securely?

  1. #1
    Forum Contributor
    Join Date
    12-11-2013
    Location
    St Moritz, GR, Switzerland
    MS-Off Ver
    Excel 2010
    Posts
    187

    usernames distribution system - how to do securely?

    Concisely, what's the normal way to distribute usernames; with an online lookup database?

    I have a spreadsheet to distribute usernames to 200 staff in my company. They enter their surname and Social Security Number into a front-end interface. It looks up a back-end (stored on the network as a separate file) to find the username. Username pops up on the front-end.

    The security isn't great. The files are passworded, to try and make them tamperproof, and so the user doesn't know where the backend is. Problem is you can hack it with VB, and download everybody's details.

    Excel isn't ever going to be secure enough. Improvements are a sticking plaster.

    There has to be an easy way of doing it. Where do I start?

    Slightly off-topic, forgive me.

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: usernames distribution system - how to do securely?

    There isn't unless you're prepared to dump Excel

  3. #3
    Forum Contributor
    Join Date
    12-11-2013
    Location
    St Moritz, GR, Switzerland
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: usernames distribution system - how to do securely?

    I am prepared to dump Excel (hence I'm a little off topic).

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: usernames distribution system - how to do securely?

    One way may be to put a simple web page together that reads the datasource and sends back the relevant data. The sensitive data therefore resides on a separate physical server that only allows external access through the web page.

    Username's aren't usually so closely guarded though, it's normally passwords. You of course have to take into account additional security issues for example, how guessable are social security numbers? What if someone wrote a script to iterate and guess on surname.

  5. #5
    Forum Contributor
    Join Date
    12-11-2013
    Location
    St Moritz, GR, Switzerland
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: usernames distribution system - how to do securely?

    Would normal HTML do it for the webpage? The browser will be IE8 (Java is OK, but no Flash/HLML5). It would be great to explore an online WYSIWYG/Java editor or something.

    So long as a hacker can't download the entire database. A script isn't a serious threat. It is only accessible internally and needs surname and Social Security Number to work. Nor, oddly, can I just email/post them out.

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: usernames distribution system - how to do securely?

    No, you'll need a server language to read the datasource - there are loads out there, typically PHP, Ruby, Python, VB.Net, C#, Java and you'll need a web server.

    The web server will depend on the server language you use, IIS for MS based development or Apache/nginx etc for the others.

    By Java I assume you mean JavaScript? Java and JavaScript are very different things

  7. #7
    Forum Contributor
    Join Date
    12-11-2013
    Location
    St Moritz, GR, Switzerland
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: usernames distribution system - how to do securely?

    Thanks.

    Supposing I put a Java applet on the webpage, it then looks up a the server which decides what to send back. Because the smart bit is on the server (not a downloaded file, like before), the user can't get the whole database in one go. I've only uploaded files, not servers on my employer's network but I can look into that - the work computers aren't great.

    Do any of them stand out as easiest for a beginner? I could develop on my Macbook Pro; the users will always be IE8.

    I actually meant Java, but I suppose either could be applicable.

    You're really generous Kyle.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Multiple Usernames and Passwords
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-30-2013, 05:37 AM
  2. Warehouse Distribution System
    By sponge_designs in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-21-2011, 08:28 PM
  3. usernames and passwords
    By shannyshanhan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2006, 04:15 PM
  4. usernames and passwords
    By shannyshanhan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-07-2006, 03:45 PM
  5. Filling out usernames in IE
    By Antonio in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-12-2006, 03:10 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1