Giter Site home page Giter Site logo

digitalentity / rsa-1024bit-in-c- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from navin13692/rsa-1024bit-in-c-

0.0 1.0 0.0 5 KB

Simple RSA 1024bit library to encrypt and decrypt data using private public key. Best part of it, it does not have any dependancies otherthen basic standard libraries that Embedded system environments have. Specially made for Embedded systems.

C 100.00%

rsa-1024bit-in-c-'s Introduction

RSA 1024bit in C for Embedded Systems

Simple RSA 1024bit library to encrypt and decrypt data using private public key. Best part of it, it does not have any dependancies otherthen basic standard libraries that Embedded system environments have. Specially made for Embedded systems.

Here 1024bits are devided in array of 16 word with 64bit length. Care must be taken as 0th element of all variables are considered as least significant. Although for 1024bit it need only 16 64bit-word, all variables must be decleard with 18 words and must be initialized to 0. These extra 3 words are used for processing as no function calls malloc(), which is more suitable for embedded systems.

Algorythem used for multiplication and modular division are elementry and need to be updated for faster performance, even though performance now is up to acceptable level and depends highly on machine. Please let me know if you have any suggestions

Auther:
Navin Maheshwari
[email protected]

rsa-1024bit-in-c-'s People

Contributors

navin13692 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.