Author Topic: So, We're siding with Apple, right?  (Read 29862 times)

zxcvbob

  • friend
  • Senior Member
  • ***
  • Posts: 12,296
Re: So, We're siding with Apple, right?
« Reply #100 on: February 19, 2016, 02:57:18 PM »
Let's say the courts (all of them) side with .gov and Apple refuses to comply.  What happens next?  APPL packs up and moves to Belize?
"It's good, though..."

KD5NRH

  • friends
  • Senior Member
  • ***
  • Posts: 10,926
  • I'm too sexy for you people.
Re: So, We're siding with Apple, right?
« Reply #101 on: February 19, 2016, 04:02:17 PM »
Let's say the courts (all of them) side with .gov and Apple refuses to comply.  What happens next?  APPL packs up and moves to Belize?

Could happen.  Not quite going Galt, but pretty darn close, since it would leave the majority of their nonessential personnel out of work (and essential ones with a tough choice) and all the taxes they pay here going to some other government.

I still don't get the frontend issue, though; the memory is a separate SK hynix chip that doesn't appear to have any special security features of its own, so couldn't they pull the raw (encrypted) data, make as many copies as necessary, and (assuming it's not feasible to crack it outside iOS) clone the hell out of the original phone (ask the Chinese how) and work on all their copies in parallel to brute force the code?  For chain of custody/data integrity issues, they could do it non-destructively, work only with their clones, and then open the original once the code is found.

I mean, a) this is the government we're talking about, who should be pretty good at dealing with crypto, and b) they have access to all our pocketbooks to offer a reward to anyone coming up with a better cracking method.

ETA, IMO, they should approach this in terms of what they would do if instead of Apple, they needed to get potentially critical data off of a Highscreen cell phone, or any other manufacturer that isn't based here and doesn't even normally market its products here. 
« Last Edit: February 19, 2016, 04:42:18 PM by KD5NRH »

brimic

  • friends
  • Senior Member
  • ***
  • Posts: 14,270
Re: So, We're siding with Apple, right?
« Reply #102 on: February 19, 2016, 04:10:29 PM »


I mean, a) this is the government we're talking about, who should be pretty good at dealing with crypto, and b) they have access to all our pocketbooks to offer a reward to anyone coming up with a better cracking method.

The king has no clothes!
"now you see that evil will always triumph, because good is dumb" -Dark Helmet

"AK47's belong in the hands of soldiers mexican drug cartels"-
Barack Obama

dogmush

  • friend
  • Senior Member
  • ***
  • Posts: 14,138
Re: So, We're siding with Apple, right?
« Reply #103 on: February 19, 2016, 04:37:33 PM »
I still don't get the frontend issue, though; the memory is a separate SK hynix chip that doesn't appear to have any special security features of its own, so couldn't they pull the raw (encrypted) data, make as many copies as necessary, and (assuming it's not feasible to crack it outside iOS) clone the hell out of the original phone (ask the Chinese how) and work on all their copies in parallel to brute force the code?  For chain of custody/data integrity issues, they could do it non-destructively, work only with their clones, and then open the original once the code is found.

An iPhone can use a 6 digit custom alpha numeric code.

6 digits, with respect given to their order, from a set of 36 characters (I don't know if they can use special characters, or if caps matter, but lets err conservative.) gives us 1,402,410,240 permutations.  10 tries per cloned phone before it bricks means you will need 140,241,024 cloned phones.

birdman

  • friend
  • Senior Member
  • ***
  • Posts: 3,831
Re: So, We're siding with Apple, right?
« Reply #104 on: February 19, 2016, 04:39:31 PM »
Could happen.  Not quite going Galt, but pretty darn close, since it would leave the majority of their nonessential personnel out of work (and essential ones with a tough choice) and all the taxes they pay here going to some other government.

I still don't get the frontend issue, though; the memory is a separate SK hynix chip that doesn't appear to have any special security features of its own, so couldn't they pull the raw (encrypted) data, make as many copies as necessary, and (assuming it's not feasible to crack it outside iOS) clone the hell out of the original phone (ask the Chinese how) and work on all their copies in parallel to brute force the code?  For chain of custody/data integrity issues, they could do it non-destructively, work only with their clones, and then open the original once the code is found.

I mean, a) this is the government we're talking about, who should be pretty good at dealing with crypto, and b) they have access to all our pocketbooks to offer a reward to anyone coming up with a better cracking method.

Better yet, do so in a virtualized emulator environment.  No need to physically brute force.

That said, the way the apple encryption works is part of the key is, in effect, hardware, and can't be read out in a clone...this is the whole secure enclave idea.

It also renders my previous thought of simply grabbing the flash (btw, the Hynix isn't the user data store, the sandisk is, the SK Hynix chip is the ram), as the new phones hardware encrypt the data they are looking for.

The timeout and try count functions aren't hardware, hence the whole govt push, as disabling those is pretty much the only way to get it to work.

KD5NRH

  • friends
  • Senior Member
  • ***
  • Posts: 10,926
  • I'm too sexy for you people.
Re: So, We're siding with Apple, right?
« Reply #105 on: February 19, 2016, 04:50:41 PM »
10 tries per cloned phone before it bricks means you will need 140,241,024 cloned phones.

Unless it burns traces out of the chips, it's just erased.  Reload your dataset and start where you left off.

Where is the "hardware part" of the key physically located?  Now I'm thinking a constant cycle of cloned data chips (like a jukebox; pull one, drop in the next while taking the one just removed to be reloaded with the original data and a buffer of enough chips to balance out whatever the bottleneck turns out to be) or even a virtual data chip (acts just like the real thing except that it only pretends to erase itself when the command is sent) plugged into the real logic board.

birdman

  • friend
  • Senior Member
  • ***
  • Posts: 3,831
Re: So, We're siding with Apple, right?
« Reply #106 on: February 19, 2016, 07:16:29 PM »
Unless it burns traces out of the chips, it's just erased.  Reload your dataset and start where you left off.

Where is the "hardware part" of the key physically located?  Now I'm thinking a constant cycle of cloned data chips (like a jukebox; pull one, drop in the next while taking the one just removed to be reloaded with the original data and a buffer of enough chips to balance out whatever the bottleneck turns out to be) or even a virtual data chip (acts just like the real thing except that it only pretends to erase itself when the command is sent) plugged into the real logic board.

Inside the CPU.  It's a unique code to that chip, and no other chip, so you can't "clone" the chip.  If you clone everything else, you will never have the full key.  Otherwise, emulation would work for the reasons you suggest.  Also, the reason why it's done the way it is.

See page 7 here:
https://www.apple.com/business/docs/iOS_Security_Guide.pdf

And while you could brute force the UID part and the normal passcode, it would make the problem computationally problematic from a time standpoint.

Ben

  • Administrator
  • Senior Member
  • *****
  • Posts: 46,439
  • I'm an Extremist!
Re: So, We're siding with Apple, right?
« Reply #107 on: February 19, 2016, 08:06:45 PM »
Some interesting new information:

http://twitchy.com/2016/02/19/changed-the-password-on-san-bernardino-terrorists-phone-and-then-forgot-it/

EDIT: Updated link with correction. Apparently a county employee changed the password while the phone was in the FBI's possession. The FBI did not change the password.
« Last Edit: February 19, 2016, 09:04:15 PM by Ben »
"I'm a foolish old man that has been drawn into a wild goose chase by a harpy in trousers and a nincompoop."

French G.

  • friend
  • Senior Member
  • ***
  • Posts: 10,208
  • ohhh sparkles!
Re: So, We're siding with Apple, right?
« Reply #108 on: February 19, 2016, 10:51:17 PM »
Some interesting new information:

http://twitchy.com/2016/02/19/changed-the-password-on-san-bernardino-terrorists-phone-and-then-forgot-it/

EDIT: Updated link with correction. Apparently a county employee changed the password while the phone was in the FBI's possession. The FBI did not change the password.

So today's lesson is that there is no cloud, it's just someone else's computer. And by someone else we mean the government.

Never back up your phone to icloud apparently.
AKA Navy Joe   

I'm so contrarian that I didn't respond to the thread.

MechAg94

  • friend
  • Senior Member
  • ***
  • Posts: 33,946
Re: So, We're siding with Apple, right?
« Reply #109 on: February 19, 2016, 11:26:05 PM »
I missed that little factoid.  I guess that IT guy who reset the phone was promoted and is now making more money. 
“It is much more important to kill bad bills than to pass good ones.”  ― Calvin Coolidge

zahc

  • friend
  • Senior Member
  • ***
  • Posts: 5,813
Re: So, We're siding with Apple, right?
« Reply #110 on: February 20, 2016, 01:31:37 PM »
Still not enough tinfoil in this thread.

Recent revelations that the password on the device was recently changed suggest the obvious..the feds planted evidence on the phone and then changed the password deliberately so the planted evidence could be used later. The password change was required because without it, icloud backup history would have shown the evidence appeared after the shooter was dead.

As you know, the feds are trying to charge the weapons supplier with terrorism charges. Without the planted evidence to establish intent and knowledge of intended end-use of the weapons, they will only be able to stick mere weapons charges.
Maybe a rare occurence, but then you only have to get murdered once to ruin your whole day.
--Tallpine

Battle Monkey of Zardoz

  • friends
  • Senior Member
  • ***
  • Posts: 1,915
  • A more Elegant Monkey for a more civilized Forum.
“We the people are the rightful masters of both Congress and the courts, not to overthrow the Constitution but to overthrow the men who pervert the Constitution.”

Abraham Lincoln


With the first link the chain is forged. The first speech censored, the first thought forbidden, the first freedom denied, chains us all irrevocably.

230RN

  • I saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 19,013
  • ...shall not be infringed.
Re: So, We're siding with Apple, right?
« Reply #112 on: February 20, 2016, 07:42:57 PM »
zahc pointed out.

Quote
Recent revelations that the password on the device was recently changed suggest the obvious..the feds planted evidence on the phone and then changed the password deliberately so the planted evidence could be used later. The password change was required because without it, icloud backup history would have shown the evidence appeared after the shooter was dead.


I wondered about that chain of custody thing even before the revelation of the password change because of the possible salting of the info on the phone by agencies or persons unknown as the phone was handed around.

Even if "reasonable suspicion" data is recovered from it such that accomplices might be implicated, how could the FBI (or anyone else) now, with possibly contaminated data, legally go after those "accomplices" with valid search or arrest warrants?

I ain't no lawyer, but I suspect if it comes to a trial of these "accomplices," the first thing I'd try to do is impeach the possibly false data on which the warrants were obtained in the first place.

Thus, carrying this further, it struck me a while ago that, what with it being handed back and forth even without the supposed password change,  the data on the phone would be worthless anyhow.

No validated chain of custody, no evidence.

If that's the case, then it becomes apparent to me that the only valid reason for pursuing the lawsuit is so that the FBI can hopefully obtain a "universal" back door.

Terry
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.

Ben

  • Administrator
  • Senior Member
  • *****
  • Posts: 46,439
  • I'm an Extremist!
Re: So, We're siding with Apple, right?
« Reply #113 on: February 20, 2016, 07:52:34 PM »
The other thing we haven't discussed: Was the guy really lame enough to do his planning on a work phone versus a throwaway?
"I'm a foolish old man that has been drawn into a wild goose chase by a harpy in trousers and a nincompoop."

230RN

  • I saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 19,013
  • ...shall not be infringed.
Re: So, We're siding with Apple, right?
« Reply #114 on: February 20, 2016, 08:09:36 PM »
^ Good point, although I don't think grocery store phones would have any encryption at all, so they went with the Apple marketing as to how secure their stuff was.

And I wonder why a county phone would need all that encryption protection anyhow.  What's the county trying to hide? :D

Unless Apple gave them a good discount?

(I remember Apple used to donate Apple 2es to high schools, which got them a solid foothold in the  computer market back then.)

More spec'lating from this suspicious old coot:

Presumably the county kept records of individual passwords.  This was a requirement where I used to work. So presumably  the county IT employee knew the original password, right?  Wouldn't he or she have had to have the original password to change it anyhow?  So why did this county employee change it?

Indeed, why?

What is his or her name?

Terry

« Last Edit: February 20, 2016, 08:22:57 PM by 230RN »
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.

KD5NRH

  • friends
  • Senior Member
  • ***
  • Posts: 10,926
  • I'm too sexy for you people.
Re: So, We're siding with Apple, right?
« Reply #115 on: February 20, 2016, 11:26:36 PM »
^ Good point, although I don't think grocery store phones would have any encryption at all, so they went with the Apple marketing as to how secure their stuff was.

FreedomPop $30 service with a free Kyocera Icon.  Load up Orbot for secure connectivity and APG for local and email encryption.

And of course, if there's anything useful on it, pitch it in the ocean right before the suicide mission.

French G.

  • friend
  • Senior Member
  • ***
  • Posts: 10,208
  • ohhh sparkles!
Re: So, We're siding with Apple, right?
« Reply #116 on: February 21, 2016, 02:34:27 AM »
The other thing we haven't discussed: Was the guy really lame enough to do his planning on a work phone versus a throwaway?

Was the world's richest golfer too effin' dumb to use a throwaway phone when screwing around on his wife?

Never bet against the house or human stupidity.
AKA Navy Joe   

I'm so contrarian that I didn't respond to the thread.

dogmush

  • friend
  • Senior Member
  • ***
  • Posts: 14,138
Re: So, We're siding with Apple, right?
« Reply #117 on: February 21, 2016, 06:55:37 AM »
Given that he and his wife did actually have a second set of iPhones, and they took the time to destroy not only the other phones, but their computer's hard drives as well before the attack I'm thinking he had at least thought about INFOSEC and there's nothing useful on this phone.

But that's kinda beside the point as far as forcing the unlock.

Quote
And I wonder why a county phone would need all that encryption protection anyhow.

It's built in to all iPhones these days.

MikeB

  • friend
  • Senior Member
  • ***
  • Posts: 924
Re: So, We're siding with Apple, right?
« Reply #118 on: February 21, 2016, 08:57:14 AM »
The plot thickens. And once again, the government shows incompetence and then wants to take actions that can or could limit rights by citizens as the recourse to their screw ups.

Looks like the FBI told the Health Department to change the iCloud Password. Any competent IT person should have known that was not the best option at that time. If you want to do forensics on Computers, you never ever make changes without considering all the potential implications. If they had taken their time they would have realized that was not the best first option.

https://www.washingtonpost.com/world/national-security/fbi-asked-san-bernardino-to-reset-the-password-for-shooters-phone-backup/2016/02/20/21fe9684-d800-11e5-be55-2cc3c1e4b76b_story.html

Ben

  • Administrator
  • Senior Member
  • *****
  • Posts: 46,439
  • I'm an Extremist!
Re: So, We're siding with Apple, right?
« Reply #119 on: February 21, 2016, 11:04:30 AM »
But that's kinda beside the point as far as forcing the unlock.

No argument there. It actually reinforces the point, given that there is little chance of finding useful information on the county phone.
"I'm a foolish old man that has been drawn into a wild goose chase by a harpy in trousers and a nincompoop."

Angel Eyes

  • Lying dog-faced pony soldier
  • friend
  • Senior Member
  • ***
  • Posts: 12,555
  • You're not diggin'
Re: So, We're siding with Apple, right?
« Reply #120 on: February 21, 2016, 01:45:37 PM »
""If you elect me, your taxes are going to be raised, not cut."
                         - master strategist Joe Biden

230RN

  • I saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 19,013
  • ...shall not be infringed.
Re: So, We're siding with Apple, right?
« Reply #121 on: February 22, 2016, 02:46:25 AM »
No argument there. It actually reinforces the point, given that there is little chance of finding useful information on the county phone.

Well, that's what I was getting at.  Seems logical (in Terry's "logic") that there could not be anything useful on the phone.

Things pointed out after my post, i.e., that they destroyed their computers, confirm Terry's "logic."

Pursuing the implications of that, the only reason for the Feds to put the screws to Apple is to force Apple to provide a back door (or methodology to break into secure systems) for them to use in future on anybody.

Which seems to go beyond any reasonable search and seizure, at least to this native English speaker:

Quote
The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.

Terry, 230RN

« Last Edit: February 22, 2016, 06:39:32 AM by 230RN »
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.

RoadKingLarry

  • friends
  • Senior Member
  • ***
  • Posts: 21,841
Re: So, We're siding with Apple, right?
« Reply #122 on: February 22, 2016, 05:12:53 AM »
Never let a crisis go to waste.
If ye love wealth better than liberty, the tranquility of servitude better than the animating contest of freedom, go home from us in peace. We ask not your counsels or your arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that you were our countrymen.

Samuel Adams

230RN

  • I saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 19,013
  • ...shall not be infringed.
Re: So, We're siding with Apple, right?
« Reply #123 on: February 22, 2016, 06:40:22 AM »
^ Especially when you've created them in the first place.

http://www.zdziarski.com/blog/?p=5645


In that article, I find: "Should Apple comply in providing a tool, it will inevitably end up abused and in the wrong hands."



« Last Edit: February 22, 2016, 07:04:17 AM by 230RN »
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.

230RN

  • I saw it coming.
  • friend
  • Senior Member
  • ***
  • Posts: 19,013
  • ...shall not be infringed.
Re: So, We're siding with Apple, right?
« Reply #124 on: February 22, 2016, 06:59:53 AM »
Double post
WHATEVER YOUR DEFINITION OF "INFRINGE " IS, YOU SHOULDN'T BE DOING IT.