Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 09:16:18 21:16


Login with username, password and session length


Pages: [1]
Print
Author Topic: Possible to encrypt a DVD/CD?  (Read 3944 times)
0 Members and 1 Guest are viewing this topic.
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« on: November 27, 2011, 01:16:27 13:16 »

Is there a way to encrypt the contents of a DVD or CD?

A folder to then go on a CD/DVD with other files?

A way to make these files invisible on the CD/DVD, ideally appear blank?

If so, what programs would you recommend for doing this?

thanks
Logged
Parmin
Hero Member
*****
Offline Offline

Posts: 582

Thank You
-Given: 494
-Receive: 133


Very Wise (and grouchy) Old Man


« Reply #1 on: November 27, 2011, 10:15:09 22:15 »

Reverse the (wiring of) spindle motor of the burner/reader of your CD/DVD
Data would ended up unreadable by normal driver.

You cannot make the disks to appear blank, because writing onto it would affect the reflection angle of the disk,
thus there always be tell tale visible that it was not blank.

Another way you MAY try is the dual layer disks, if you write to the internal layer only and leave the external layer blank.
Never try this but theoretically possible.
Logged

If I have said something that offends you, please let me know, so I can say it again later.
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« Reply #2 on: November 28, 2011, 07:04:01 19:04 »

I meant appear blank as a directory, not visibly. Sorry about the ambiguity.

The inner layer write is intriquing though.
Logged
Parmin
Hero Member
*****
Offline Offline

Posts: 582

Thank You
-Given: 494
-Receive: 133


Very Wise (and grouchy) Old Man


« Reply #3 on: November 28, 2011, 10:06:06 22:06 »

You maybe could archive the files to do so.
Ie. archive your files into a container file (such as a molebox), rename the extension to whatever (DLL, ABC, SOL, etc)
and access them using a program that opens your archive.

It is just the fact that most archived file carry opening preamble that identifies it as an archive file that let the cat out of the bag.
You can then simply edit and trim out the tell tale code after archiving,
and add them back when you open the files.

You can also write a simple code splitter, that split each byte into separate files, and re assemble them when opening it.
Without the knowledge of the split alogarithm, opening these files would ended up with total garbage, regardless..

Encoding and cracking these kind of files are always FUN FUN FUN.. too bad I have not much time to do so lately.

Million way to lock, just need some patience and know how.
Its a jigsaw puzzle, up-sized and on viagra.. EXCITING!!



Logged

If I have said something that offends you, please let me know, so I can say it again later.
LabVIEWguru
Senior Member
****
Offline Offline

Posts: 300

Thank You
-Given: 270
-Receive: 593



« Reply #4 on: November 29, 2011, 03:45:58 03:45 »

Years ago, (I never owned one) the Commodore and the Atari computers had programmable drives. There was a command set to directly "talk" to the CPU in the drive, which gave way to all types of protection schemes. I wonder if there is a low level "standard command set" (other than the obvious) for CD/DVD ROMS?

I remember that the Radio Shack Color Computer would load into RAM an image of the directory sector when you did a DIR (directory) command. There were a couple hundred free bytes in the directory image - enough to allow you to change the interrupt vectors in the computer or change the address of the physical structure the "directory" command pointed to. After the DIR command finished, the computer "returned" to the new address that auto-loaded another small program from the drive. When you put a disk in, it looked as if it only contained a directory entry of a few bytes. Entire "protection" schemes were built around this.
Logged
oldvan
Senior Member
****
Offline Offline

Posts: 372

Thank You
-Given: 154
-Receive: 107


If the van is a Rockin'...


WWW
« Reply #5 on: November 29, 2011, 07:04:59 07:04 »

TrueCrypt files look like so much noise without the correct password.
With password they mount nicely as disk drives.

Open Source, so the sky is the limit...

http://www.truecrypt.org/
Logged

Give a man a fish and you feed him for a day.
Teach a man to fish and he will sit around in a boat drinking beer all day.
6theo4
Junior Member
**
Offline Offline

Posts: 57

Thank You
-Given: 93
-Receive: 41


« Reply #6 on: November 29, 2011, 09:46:52 21:46 »

check this one also..
http://www.odinshare.com/hdd-encryption.html
can easily be found cracked...
Logged
Parmin
Hero Member
*****
Offline Offline

Posts: 582

Thank You
-Given: 494
-Receive: 133


Very Wise (and grouchy) Old Man


« Reply #7 on: November 29, 2011, 10:34:23 22:34 »

That TrueCrypt system definitely covers what I wrote above and more..

I never like mainstream crypt programs, because it is a KNOWN system thus are known to have certain weakness whatever it is that could be exploited.
I am very much so into writing my own that could be as obscure and obfuscated as I wish for.
If you like puzzle, these are the ultimate game.
Logged

If I have said something that offends you, please let me know, so I can say it again later.
LabVIEWguru
Senior Member
****
Offline Offline

Posts: 300

Thank You
-Given: 270
-Receive: 593



« Reply #8 on: November 30, 2011, 12:38:27 00:38 »

>I never like mainstream crypt programs, because it is a KNOWN system<

This argument has been around a long time. Many use open source cryptosystems because so many people use them, if there was a flaw in the code or a way to attack it someone would find it. Many suspect that commercial systems have secret "back doors," and this is why the governments allow such strong cryptosystems to be sold.

Of course, we don't have access to a Cray RS system, either.

Keeping your CDs in the microwave is supposed to insure security
Logged
fpgaguy
Active Member
***
Offline Offline

Posts: 138

Thank You
-Given: 154
-Receive: 166


« Reply #9 on: November 30, 2011, 10:07:53 22:07 »

the 99.99999% secure method is to make a disc full of random numbers then XOR the data with the original

so, to use the end user would need both disks/files

there is no hack for this other than the encrypted disc and the decode disk

Of course someone could be spying on your disk writes so they could have a copy of your encode key.

Now to make it even better, use a different random stream the second time



Logged
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« Reply #10 on: December 04, 2011, 01:06:55 13:06 »

I meant appear blank as a directory, not visibly.

I do not know how the CD/DVD data structure, but thinking of making a fake empty "table of content" (FAT?) - while the data is actually exist.

-ichan
Logged

There is Gray, not only Black or White.
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC