List two ways in which you can keep safe when using a computer at home.
Understand what computer/cybercrime is
Identify and compare different threats to technology
Identify, describe and compare different security software
An action or omission which constitutes an offence and is punishable by law. [n]
Oxford Dictionary
A man walks into a bank.
He provides details of someone else’s account and requests to withdraw all the money in the account
In what way is this man committing a crime?
He is committing fraud
He is committing fraud
These days, computer crime is as serious as crime that took place before computers existed.
For example, Edward Snowden copied and distributed information from the NSA (National Security Agency) in 2013.
In 2013, Associated Press’ Twitter account was hacked, and the hacker posted a fictious tweet stating that the White House had been attacked and President Obama had been seriously injured.
As a result of it, people lost confidence in Associated Press and it lost $130 billion in share value within a few hours, whilst AP’s Twitter account was suspended.
List three types of computer crime other than hacking and sharing unauthorised information that could occur
To whoever stole my copy of Microsoft Office: I WILL FIND YOU. YOU HAVE MY WORD!
The Computer Misuse Act (1990) is one of the most important acts in place with regards to security and the use of computer systems.
The Computer Misuse Act makes the following illegal:
Unauthorised modification of data. This means changing or deleting data on a computer system without the permission of the owner. It also covers the use of malware and spyware.
Making, supplying or obtaining anything which can can be used in computer misuse offences (such as viruses, malware, spyware)
Don't share you password with anyone! If they login as you without your permission, they could get into serious trouble!
Remember!
The Data Protection Act (2018) and the General Data Protection Regulation (2018) were put in to ensure that data collected and stored by individuals and companies is:
Processed lawfully
Used only for the declared purpose
Not held for longer than is necessary
Only limited to what is needed
Accurate
Held securely
Hacking is about gaining unauthorised access to a computer system.
Hacking is a very common computer crime these days.
Find the names of four famous hackers and put them into a slide each. Describe what each of those hackers is famous for.
Password security
Strong passwords are an easy yet important way to stay safe. A weak password is easy to guess.
There are 17,576 three letter words.
There are 11,881,376 five letter words.
There are 60,466,176 five letter words which can contain the symbols !, @, #, $, %, ^, &, *, (, ) from the keyboard
There are 78,364,164,096 seven letter words which can contain the symbols !, @, #, $, %, ^, &, *, (, ) from the keyboard 😳
Never store your password on your computer!
Remember!
$alphabet = string_to_list("0123456789abcdefghijklmnopqrstuvwxyz")
$bfg_counter = 0
function brute_force_guesser($password, $guess)
if (string_get_length($guess) == 0)
$bfg_counter = 0
end if
if (string_get_length($guess) == string_get_length($password))
$bfg_counter++
if($guess == $password)
print("Got", $password, "after", $bfg_counter, "tests")
return true
end if
return false
else
for each ($c in $alphabet)
if (brute_force_guesser($password, $guess & $c))
return true
end if
end for
end if
end function
brute_force_guesser("dog", "")
bird
edinburgh
Password101!
(d3nvwCgfWA4pV,G
8925
34a2kl3!
34A2kl3!
Use a combination of letters and numbers
Use symbols
Use a combination of lower and uppercase characters
Use random combinations of letters, do not use names or words from the dictionary
Don’t use the same password in multiple locations!
Create a strong password and test it at http://bit.ly/33SlTqm
To make a strong password worthwhile, you must be able to memorise it!
Do not write down any passwords you use!
Apply a filter: