Requirements for Building a Secure System for Online Performance Evaluations Dan Rubin, James Tsai, James Watson and Philip Varner December 4, 2000 David.

Slides:



Advertisements
Similar presentations
Support.ebsco.com Creating Search Alerts Tutorial.
Advertisements

1.Click on the Need a login? Click here. link directly beneath the login boxes. 2.Enter your social security number & birth date. When finished, click.
You are responsible for security of your internet banking transactions ONLINE.
Welcome to the CardSaver VoIP Billing & Call Management Demonstration © 2004, Parwan Electronics Corporation.
WILEY GUIDE TO CREATING USER REGISTRATION ON WILEY ONLINE LIBRARY
Individual Bidder Enrollment
Creating an Amazon Simple Service Account. 1- Sign Up for an Amazon Account 2- Verify Sending Account or Domain 3- Send Test Message 4- Request.
Support.ebsco.com EBSCOadmin Security Tutorial. Welcome to EBSCO’s tutorial on EBSCOadmin Security, where you control access to your EBSCOadmin module.
CS 1604 Introduction to the Internet Jiten Maheswary
Online Login Security Enhancement Creating an online username & password January, 2015.
Welcome to University Housing’s UCHOOSE Tutorial.
Ajay Joshi. Function  Simple opening screen with large icons for each ‘grouping’ (Efficient)  Opens through a web browser (Efficient)  First time you.
Conversion of Faculty Evaluations to an On- Line Format Catherine Hackett Renner SUNY Geneseo Larry Piegza Gap Technologies, Inc. OnlineCourseEvaluations.com.
On-line Co-op Evaluation System Digital Evaluation Systems.
Instructions on how to apply electronically to: Summer College for High School Students (U.S. Students or International Students) Summer Academy for High.
An overview of the electronic work permit system in use at the ISAC facility ISAC Electronic Work Permit System Rob Shanks, TRIUMF, Vancouver CANADA,
COIS11011 Resource Package. How can MyITLab help you? Online training resource to improve your skills in Office Applications Online training resource.
+ Working in Your CCE Online Course Site. + Structure of CCE Online Course Sites CCE online courses use the document sharing and collaboration features.
Federal Student Aid Identification username and password – this is how students and parents will sign the FAFSA application. The FSA ID process replaced.
Board of Canadian Registered Safety Professionals Certification Maintenance Online Tool BCRSP introduces a new web-based tool to assist certificate holders.
SurplusSurplus Surplus Forum January 8, SurplusSurplus Changes at Surplus Presented by Margaret Chambers, Director.
CLU Online Course Evaluations Melinda Wright November 2009.
EJS Course Evaluations Erik Jonsson School of Engineering and Computer Science.
Envision Math Online Edition.
ONLY 5 basic steps for Unit Ordering! 1.Login to the system 2.Click on the ORDERS menu along the top 3.Under “Popcorn” click on “Unit Order for Take Order”
Returning Students You registered last year. If you remember your , type it in at the top of the screen Click on “Password Help”
Quiz. Quiz One Type your name, ID and address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming.
How to Use. How to Scan to your Step 1 :Place the original face-up in the document feeder or face-down on the glass.
Customer Survey Report Richard Jimmerson Chief Information Officer.
At the Log in page enter your college provided username and password then click submit to login to Owl Link.
Signing up for a Rush Library Account Google “rush library” Click on “More” under Quick Links to Library Services.
PPRD WEBSITE MANUAL ABOUT THE WEBSITE  This website is by the people, for the people and of the people living in Pratham Paradise.
MEMBERSHIP AND IDENTITY Active server pages (ASP.NET) 1 Chapter-4.
Let’s Talk About ! Instructor: Robert Griffiths Spring 2010 (original presentation developed by Jill Bond)
Catherine Metcalf | Dec U.S. Department of Education 2015 FSA Training Conference for Financial Aid Professionals The FSA ID – Resources for Assisting.
Computer Information Technology. I need you to submit your project electronically to the Hancock website. Before you can submit your project you will.
Instructions on how to apply electronically to: Summer College for High School Students (U.S. Students or International Students) Summer Academy for High.
Cyberbullying Activity 4: Advice Quiz. Ask an Internet Expert These people need help from someone who knows how to be safe online... YOU! What advice.
GLACIER DEPARTMENT ADMINISTRATOR 3 ROLE. Role of Department Administrator 3 Departments who pay a large number of foreign individuals can choose to give.
HOW TO CREATE A DCF ACCOUNT. Go to myflfamilies.com.
ASSIGNMENT 2 Salim Malakouti. Ticketing Website  User submits tickets  Admins answer tickets or take appropriate actions.
1 Visalia Unified School District Principal & Area Administrator Service Request Approval Processing Using The SRTS November 16, 2005 Administrative Services.
Electronic Filing Systems for Campaign and Finance Reports Subcommittee Report on Security and Authentication in Filing Systems Information Network of.
What the $#*! IS my password? Secure Online Password Storage Lon Smith Aaron Gremmert.
Global Transaction Bank Deutsche Bank Investor Reporting Demo.
Gilda certificates. Certification Authority
CS 1604 Introduction to the Internet Jae-Woong Hwang
Passive IP Addresses draft-baker-opsec-passive-ip- address.
BARDEN JUNIOR SCHOOL How to Use School . By C Carey.
HA CRER Portal - Quick User Guide
DART Request Training for Korea Account Managers
Online Training Course
DART Request Training for New Zealand Distributors
The Login Page is the first page your customers
DART Request Training For Asia Distributors
DART Request Training for Australia Distributors
Creating Search Alerts
SHRIKANT R. NILE TAHASILDAR (Prob)
Use same User ID and password as computer login
Check the buttons at the bottom of your Alert
How to create a dcf account
How to create a dcf account
Creating a Search Alert on EBSCOhost
ONLINE TRANSACTIONS!! Transaction with Ease… Anytime, Anywhere!!!
What you will need to Register
How do I register and log in to the WBT?
Yahoo Customer Service Number (844)
Student Steps Password Setup.
Southwest college Registration instructions
HOW TO PLACE MY ORDER ?.
Presentation transcript:

Requirements for Building a Secure System for Online Performance Evaluations Dan Rubin, James Tsai, James Watson and Philip Varner December 4, 2000 David Evans, CS 551

Meet Johnny Q. Survey It’s time to fill out those surveys What does Johnny want? –Anonymity –Relatively simple, quick method to fill them out

Meet SEAS D. Admin What he wants –One evaluation per student per class –Only valid students doing the evaluations –“Valid” results

The current system This is what Johnny sees: –Gets an

The current system

Current system problems The initial password is sent in the Initial attack can break in, create PIN, evaluate, and be all done. Original system was on blue.unix. We were able to hack into the system!

Sample evaluation “Comment1.9 : Dear XXXXXX, This system of evaluating is horrible. I am glad you know exactly when I submit my evaluation. The reminder e- mails really helped. Also the pin number with my login was a nice touch. Now you will never know it is me. No. This system of evaluating is horrible. The only thing more horrible was its hounding s.”

Other Schools RPI study says 85% use paper and pencil 2% are online MIT – uses certificates! JHU’s College of A&S – only asks for SSN!

Requirements/Suggestions Encrypted transactions. Evaluation and name are not linked. Isolation of database/server. IP restrictions. Ease of use. Analyze how many evaluations come from a given IP address in a certain amount of time.

Demo

Highlights of Prototype Implementation Intuitive web-based user interface Encrypted communications using Apache-SSL Eval ID links to classes, doesn't link to person 3-tier system- Browser + Apache-SSL/PHP + MySQL Access to results is fine-grained (coming soon)