Thread: AES-256 Encrypt for .xml

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    2

    AES-256/128 Encrypt for .xml

    Last edited by Requnael; 02-11-2010 at 04:11 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    And your question is what exactly?

    All encryption will regard your data as a byte stream. Making it XML doesn't mean a thing.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    2
    Quote Originally Posted by Salem View Post
    And your question is what exactly?

    All encryption will regard your data as a byte stream. Making it XML doesn't mean a thing.
    I need help for the creation XML Encrypt "AES-256/128" like .mef encrypt "Maiet"

    News .MEF Encryption Info

    Pattern zitem.xml.mef
    Last edited by Requnael; 02-11-2010 at 04:11 PM.

  4. #4
    Registered User jeffcobb's Avatar
    Join Date
    Dec 2009
    Location
    Henderson, NV
    Posts
    875
    Are you waiting for someone to write code for you? If so, sometimes Adak can be cajoled into doing it if the challenge is interesting but most will want you to try to write it yourself and then help you with *that* code...your other option is rentacoder.com...
    C/C++ Environment: GNU CC/Emacs
    Make system: CMake
    Debuggers: Valgrind/GDB

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange issue utilizing encrypt() in libcrypt
    By TheComedian in forum C Programming
    Replies: 8
    Last Post: 01-18-2009, 07:14 AM
  2. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  3. Problem with my file opener
    By kzar in forum C Programming
    Replies: 7
    Last Post: 04-20-2005, 04:20 PM
  4. Big Numbers (Base 256)
    By Epo in forum C++ Programming
    Replies: 10
    Last Post: 11-18-2004, 05:54 PM
  5. Ask about Encrypt data 2 times.
    By ooosawaddee3 in forum C++ Programming
    Replies: 1
    Last Post: 07-16-2002, 03:28 AM