All Projects → ArteMisc → libsalty

ArteMisc / libsalty

Licence: Apache-2.0 license
Elixir bindings for libsodium (NIF)

Programming Languages

c
50402 projects - #5 most used programming language
elixir
2628 projects
Makefile
30231 projects

Projects that are alternatives of or similar to libsalty

Chloride
Stars: ✭ 83 (+315%)
Mutual labels:  libsodium
Kalium
Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium
Stars: ✭ 203 (+915%)
Mutual labels:  libsodium
sftp client
An Elixir SFTP Client that wraps Erlang's ssh and ssh_sftp.
Stars: ✭ 29 (+45%)
Mutual labels:  elixir-library
Streamcryptor
Stream encryption & decryption with libsodium and protobuf
Stars: ✭ 112 (+460%)
Mutual labels:  libsodium
Libsodium Jni
(Android) Networking and Cryptography Library (NaCL) JNI binding. JNI is utilized for fastest access to native code. Accessible either in Android or Java application. Uses SWIG to generate Java JNI bindings. SWIG definitions are extensible to other languages.
Stars: ✭ 157 (+685%)
Mutual labels:  libsodium
Nsec
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
Stars: ✭ 217 (+985%)
Mutual labels:  libsodium
Zbox
Zero-details, privacy-focused in-app file system.
Stars: ✭ 1,185 (+5825%)
Mutual labels:  libsodium
dryoc
Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library
Stars: ✭ 163 (+715%)
Mutual labels:  libsodium
Enacl
Erlang bindings for NaCl / libsodium
Stars: ✭ 159 (+695%)
Mutual labels:  libsodium
molch
An implementation of the axolotl ratchet based on libsodium.
Stars: ✭ 24 (+20%)
Mutual labels:  libsodium
Signatory
Multi-provider digital signature library for Rust
Stars: ✭ 136 (+580%)
Mutual labels:  libsodium
Learntocrypto
Learn to crypto workshop
Stars: ✭ 1,687 (+8335%)
Mutual labels:  libsodium
sodalite
tweetnacl in rust
Stars: ✭ 26 (+30%)
Mutual labels:  libsodium
Libsodium Go
A complete overhaul of the Golang wrapper for libsodium
Stars: ✭ 105 (+425%)
Mutual labels:  libsodium
libgodium
Pure Go implementation of cryptographic APIs found in libsodium
Stars: ✭ 46 (+130%)
Mutual labels:  libsodium
Flutter sodium
Flutter bindings for libsodium
Stars: ✭ 77 (+285%)
Mutual labels:  libsodium
Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (+910%)
Mutual labels:  libsodium
permission ex
No description or website provided.
Stars: ✭ 23 (+15%)
Mutual labels:  elixir-library
soda
Libsodium bindings for Erlang
Stars: ✭ 17 (-15%)
Mutual labels:  libsodium
fat ecto
Query mechanism for Ecto
Stars: ✭ 20 (+0%)
Mutual labels:  elixir-library

Salty

Libsalty provides bindings to libsodium for Elixir, based on Erlang nif.

credits to Libsodium: author Frank Denis and Contributors. Libsodium is licensed under ISC License

Hex

This package is available through Hex.

Requirements

Libsalty requires that libsodium 1.0.12 or later is already installed on your system. If you receive compiler warnings or a missing symbol error when trying to use libsalty, it's likely that you're running on a system with an old version of libsodium.

License

Copyright 2017 Project ArteMisc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].