|
-
Apr 22nd, 2004, 12:02 AM
#1
Thread Starter
Hyperactive Member
How to encrypt using AES in Assembly?
Last edited by raladin; Mar 29th, 2014 at 09:58 PM.
-
Apr 24th, 2004, 09:11 AM
#2
Thread Starter
Hyperactive Member
Impossible!!!!!
Where are your answers experts!!?????
-
Apr 28th, 2004, 07:43 AM
#3
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...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 28th, 2004, 11:47 PM
#4
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
Apr 29th, 2004, 02:59 AM
#5
No. I'm afraid you'll have to work out an AES algorithm yourself.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 29th, 2004, 09:08 AM
#6
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
Apr 29th, 2004, 09:10 AM
#7
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
Apr 29th, 2004, 09:39 AM
#8
Sorry, I don't know the answers to any of your questions.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 29th, 2004, 09:42 AM
#9
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
May 3rd, 2004, 04:42 AM
#10
So do you have that algorithm at all?
-
May 19th, 2004, 11:23 PM
#11
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
Visual Studio 6, Visual Studio.NET 2005, MASM
-
May 20th, 2004, 11:46 AM
#12
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
May 30th, 2004, 07:53 PM
#13
Hyperactive Member
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..
Assembly Language for Intel Based Computers is a good book. Some also like the Art of Assembly Language.
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
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
May 30th, 2004, 10:18 PM
#14
Thread Starter
Hyperactive Member
Last edited by raladin; Mar 29th, 2014 at 10:00 PM.
-
May 31st, 2004, 03:44 AM
#15
Hyperactive Member
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..
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.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|