Inva
Printable View
Inva
Impossible!!!!!
Where are your answers experts!!?????
First of course you need the algorithm, and it doesn't matter which language it was written in, you just need object code you can link against your app.
Second, where in Hardware? Chances are that Linux and WinNT won't let you access it. Or do you want to write a floppy that you put in at boot? If so, search for bootstraps...
Inva
No. I'm afraid you'll have to work out an AES algorithm yourself.
Inva
Inva
Sorry, I don't know the answers to any of your questions.
Inva
So do you have that algorithm at all?
There are plenty of bootstrap tutorials out there. Most of the are in Turbo Assembler. I'm at school at the moment, but when I get home I can upload an example for you.
Also, it takes a search on Google to find algorithms to encryptions. Give it a try..
Phreak
Inva
Assembly Language for Intel Based Computers is a good book. Some also like the Art of Assembly Language.Quote:
Originally posted by raladin
And what is the best book for learning programming using Assembly..
For example : how to make a software to be put inside a ROM to turn on a Light on an Electronic Circuit.. and how to learn about making that circuit?
Thanks in advance..
You'll also need to get a few books on writing and implement ciphers. It's really hard to do this right because it doesn't forgive error.
Now we are getting into computer electrical engineering with the last question. Which is completely out of my scope. Go read lots of books on it =P
Inva
You simply will not find them. Encryption is a very hard subject that very few know a lot about. It's so hard that even if you do have the right chiper and all the information you need, its extremely easy to implement it badly. Even cryptanalyst screw up on it from time to time.Quote:
Originally posted by raladin
I really thank you from my heart Maven! :)
I downloaded "The Art of Assembly" book.. and trying to read it..
You know..I'm 15 years old.. and in a secondary school..so it is a little bit hard to read alot book :)
Anyway.. any samples about "How to encrypt using AES in Assembly" will be appreciated..
Thanks in advance..