Natalie Shafer
Hard-working graduate of Hood College with a bachelors degree in Computer Science and a minor in Mathematics.
My goal is to use my proven analytical and problem-solving abilities to successfully display and improve my development skills.
I have experience working on projects involving modeling, simulation, and analytics.
Steganography is a method of encoding data that allows the user to hide messages or other forms of data inside other data types.
Data hiding is the protection of detection which is what this project focuses on, by hiding information in images.
Steganography can prevent data leakage by hiding the intended information within a seemingly innocent piece of data.
Team Project
Language: Java
The objective of this project is to create an application which calculates and displays the most probable positions of an object adrift at sea within the Gulf Stream area.
This is accomplished through using ocean current and weather data to calculate the influence it has on the object.
Then the application graphically displays the area where the object may drift as time progresses.
Team Project
Language: Java
This application is a Sudoku game which has some puzzles that the user can solve.
It allows the user to check if they placed a wrong number using the check button
and has a solve button to complete the puzzle.
Language: Java
This application is a guessing game where a number is randomly selected and the user has a number of guesses to correctly guess the random number.
There are metrics which show the user how effective they are at guessing.
Language: Java
This application encrypts and decrypts three simple cyphers. There are two monoalphabetic cyphers;
the Caeser cypher which is a simple shift in characters, and the Standard Pigpen Cypher which is a set of symbols to replace the charatcers.
It also contains Morse code which is a simple substitution cypher.
Language: Java