Code Monkey home page Code Monkey logo

rsa-demo's Introduction

rsa-demo

Background: You have a spreadsheet (CSV) of users that includes their username, their email address, their IP address and whether they have two-factor authentication (2FA) enabled. This data must be parsed to determine who can be granted access to the restricted section of a website based on the following logic:

• Only employees (who all have @example.com email addresses) should have access.

• Employees must have 2FA enabled or must be connected from an internal company IP address (192.168.X.X) to be granted access.

Task: Develop a function that accepts the data for one user at a time and returns a Boolean value stating whether they should be granted access to the restricted resource.

The solution should then loop through the data in the spreadsheet to feed each user into the function.

Deliverable: The final deliverable should be a new data set that has the existing data with a new value indicating if they have access to the resource. The data set can be in any format, such as a CSV, a dictionary/hash/map, a JSON object, etc.

Instructions: Clone this repo and run in a node terminal https://github.com/sophek/rsa-demo.git cd into directory rsa-demo run node index.js from terminal window

rsa-demo's People

Contributors

sophek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.