Giter Site home page Giter Site logo

dersimn / luacrypto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mkottman/luacrypto

0.0 2.0 0.0 457 KB

Fork of LuaCrypto, which enables encryption and decryption through OpenSSL

Home Page: http://mkottman.github.com/luacrypto/

License: MIT License

CMake 3.78% Makefile 11.36% M4 0.31% Shell 69.14% C 11.78% Lua 3.63%

luacrypto's Introduction

Fork of https://github.com/mkottman/luacrypto to allow build in Ubuntu 18.04 Docker Image (20.04 doesn't work).

Usage

Use in your own Dockerfile, like this:

FROM ubuntu:18.04 as luacrypto-builder

RUN apt-get update && apt-get install -y \
        build-essential \
        lua5.1 liblua5.1-dev \
        git \
        autoconf \
        libssl1.0-dev

RUN git clone https://github.com/dersimn/luacrypto /opt/luacrypto \
    && cd /opt/luacrypto \
    && autoreconf -i \
    && ./configure \
    && make

# ------------------------------------------------------------------------------

FROM ubuntu:18.04

COPY --from=luacrypto-builder /opt/luacrypto/src/.libs/crypto.so /usr/local/lib/lua/5.1/crypto.so

# ... your own code here ...

Related Images

luacrypto's People

Contributors

dersimn avatar ignacio avatar mkottman avatar moteus avatar philips avatar

Watchers

 avatar  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.