hw9

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Security is a form of...

policy

2
New cards

Which of the keys are used to encrypt (not decrypt) a message when anyone can create the message, but only A can read the message? 

public key of A

3
New cards

Secret data remains secret

confidentiality

4
New cards

unauthorized user should not be able to modify data

integrityno

5
New cards

nobody can make a system unusable

availability

6
New cards

determining who the user is

authentication

7
New cards

determining who is allowed to do what

authorization

8
New cards

making sure people can do only what they are allowed to do

enforcement

9
New cards

storing all permissions for all users with each object

access control list

10
New cards

storing all objects a process can touch

capability list

11
New cards

seemingly innocent program that perfoms an unexpected function

trojan horse

12
New cards

Download 10-million-passwords.txt and wordlist.10000.txt from the class website.  The first file contains 10 million passwords.  The second file contains 10,000 words from the English dictionary.  Use tools or write programs to analyze the patterns of the 10 million passwords.  

 What is the second most popular password?  

Password

13
New cards

Download 10-million-passwords.txt and wordlist.10000.txt from the class website.  The first file contains 10 million passwords.  The second file contains 10,000 words from the English dictionary.  Use tools or write programs to analyze the patterns of the 10 million passwords.  

How many different passwords consist of only numbers?

640001

14
New cards

Download 10-million-passwords.txt and wordlist.10000.txt from the class website.  The first file contains 10 million passwords.  The second file contains 10,000 words from the English dictionary.  Use tools or write programs to analyze the patterns of the 10 million passwords.  

How many different passwords are found in the dictionary (lower-case password matches only)?

8000

15
New cards

Download 10-million-passwords.txt and wordlist.10000.txt from the class website.  The first file contains 10 million passwords.  The second file contains 10,000 words from the English dictionary.  Use tools or write programs to analyze the patterns of the 10 million passwords.  

How many different passwords are in the password file?

4400000