Results 1 to 15 of 15

Thread: How to encrypt using AES in Assembly?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509

    Question How to encrypt using AES in Assembly?

    Inva
    Last edited by raladin; Mar 29th, 2014 at 09:58 PM.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Impossible!!!!!

    Where are your answers experts!!?????

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    So do you have that algorithm at all?

  11. #11
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246
    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

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  13. #13
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322
    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

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2003
    Posts
    509
    Inva
    Last edited by raladin; Mar 29th, 2014 at 10:00 PM.

  15. #15
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322
    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
  •  



Click Here to Expand Forum to Full Width