This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

super strong encription

so for my project I will write a super strong encription system. it will use a private key for the security and it will automatically write the strings and numbers to memory.
the security key must not be in the memory coz it could be taken by people.
so I will keep it to registers in the centrel processing core. the core has 8 registers and I will only take 2 for the secret key.
how tell the compierl to leave my registers. I trhink there must be a pragma to say what it can use but where is it. did they forget it.
this is very difficult problem. only answer if you can share me the knowledge and help.
if you have code tell me. I will let you know my e mail and you must send it it here. it must be secret don't tell any body.

Parents
  • Looks like you people don't seem to recognise when your chain is being yanked.

    Regardless, according to the Bible, the internal RAM is not affected by a reset.

    I've always considered Registers R0 to R7 to be internal RAM, so they would not be affected by the reset.

    At initial power-up, they surely hold an undefined state and therefore they should be initialised accordingly.

Reply
  • Looks like you people don't seem to recognise when your chain is being yanked.

    Regardless, according to the Bible, the internal RAM is not affected by a reset.

    I've always considered Registers R0 to R7 to be internal RAM, so they would not be affected by the reset.

    At initial power-up, they surely hold an undefined state and therefore they should be initialised accordingly.

Children