The future of mobile computing forensics analysts

AI Thread Summary
The discussion centers on a student's first assignment in a computer science course, focusing on the future of mobile computing forensics analysis. The student seeks information on this niche topic to support their career aspirations. Responses highlight that mobile forensics encompasses traditional computer forensics techniques but also requires understanding unique features of mobile platforms. Key areas of interest include the challenges of accessing encrypted cellphones and the ongoing privacy versus law enforcement debates surrounding this issue. Participants suggest researching various forensic tasks and provide resources to help the student gather relevant information for their paper.
jordynchapin
Messages
2
Reaction score
0
TL;DR Summary
Looking for some info to write a paper(:
Hi there! I am a student in my first semester of undergrad studies for computer science. The first assignment in my CSC class is to write a paper on the future of computer science, which can be broad or niche. My end goal is to get a job in mobile computing forensics analysis, so this is what I want to write it on, but there is not a lot on information I have been able to find online.. is there anyone out there that might have some valuable and interesting info for me? Thanks in advance!
 
Technology news on Phys.org
Welcome to PF!

Mobile computer forensics would include basic computer forensics ie everything you'd do to look at a computer for evidence would likely be used on a mobile platform.

Next what additional features do mobile platforms have that may need to be captured?

This article discusses computer forensics and a little bit of mobile to get you started. Start researching various forensic tasks to understand them better.

https://www.techtarget.com/searchsecurity/definition/computer-forensics
 
  • Like
Likes jordynchapin
jordynchapin said:
My end goal is to get a job in mobile computing forensics analysis,
By "mobile computing", do you mean cellphones? If so, have you read much about the debates over privacy versus law enforcement with respect to gaining access to encrypted cellphones? This link has a number of nice articles on the general subject, with hopefully some links out to other resources for you to read:

1662570833390.png

1662570862028.png

(Looks like you will need to type that URL in by hand in your browser. For some reason when I try pasting it in here, it changes the URL to one of the media items on that page. Sheesh.)
 
Last edited:
  • Like
Likes jordynchapin
berkeman said:
(Looks like you will need to type that URL in by hand in your browser. For some reason when I try pasting it in here, it changes the URL to one of the media items on that page. Sheesh.)
You can paste it with code tags: [ICODE]...[/ICODE]
 
  • Informative
  • Like
Likes jordynchapin and berkeman
berkeman said:
By "mobile computing", do you cellphones? If so, have you read much about the debates over privacy versus law enforcement with respect to gaining access to encrypted cellphones? This link has a number of nice articles on the general subject, with hopefully some links out to other resources for you to read:

View attachment 313878
View attachment 313879
(Looks like you will need to type that URL in by hand in your browser. For some reason when I try pasting it in here, it changes the URL to one of the media items on that page. Sheesh.)
Yes, cellphones! Thank you!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top