All Projects → rubo → flame

rubo / flame

Licence: other
Flame is an ActionScript library that provides a number of useful UI controls, collections, cryptographic services, and utilities to work with the Flex SDK.

Programming Languages

actionscript
884 projects
CSS
56736 projects

Projects that are alternatives of or similar to flame

virgil-sdk-cpp
Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.
Stars: ✭ 18 (+0%)
Mutual labels:  cryptography, encryption
Tenseal
A library for doing homomorphic encryption operations on tensors
Stars: ✭ 197 (+994.44%)
Mutual labels:  cryptography, encryption
Seal
Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
Stars: ✭ 2,424 (+13366.67%)
Mutual labels:  cryptography, encryption
Magicpad
MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).
Stars: ✭ 174 (+866.67%)
Mutual labels:  cryptography, encryption
Tangram.Bamboo
Tangram Bamboo CLI Wallet
Stars: ✭ 14 (-22.22%)
Mutual labels:  cryptography, encryption
Cryptag
Encrypted, taggable, searchable cloud storage
Stars: ✭ 178 (+888.89%)
Mutual labels:  cryptography, encryption
Pagecrypt
Client-side password-protection for HTML
Stars: ✭ 186 (+933.33%)
Mutual labels:  cryptography, encryption
Padding Oracle Attacker
🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.
Stars: ✭ 136 (+655.56%)
Mutual labels:  cryptography, encryption
Nsec
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
Stars: ✭ 217 (+1105.56%)
Mutual labels:  cryptography, encryption
Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (+1022.22%)
Mutual labels:  cryptography, encryption
Kes
KES is a simple, stateless and distributed key-management system
Stars: ✭ 168 (+833.33%)
Mutual labels:  cryptography, encryption
Sqleet
SQLite3 encryption that sucks less
Stars: ✭ 244 (+1255.56%)
Mutual labels:  cryptography, encryption
Discordcrypt
End-To-End File & Message Encryption For Discord
Stars: ✭ 150 (+733.33%)
Mutual labels:  cryptography, encryption
Sboot stm32
Secure USB DFU1.1 bootloader for STM32
Stars: ✭ 181 (+905.56%)
Mutual labels:  cryptography, encryption
Cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Stars: ✭ 2,151 (+11850%)
Mutual labels:  cryptography, encryption
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+84188.89%)
Mutual labels:  cryptography, encryption
Noise
.NET Standard 1.3 implementation of the Noise Protocol Framework (revision 33 of the spec)
Stars: ✭ 124 (+588.89%)
Mutual labels:  cryptography, encryption
Demo Twilio Backend Nodejs
A sample backend that demonstrates how to generate a Virgil JWT and Twilio token used for authentication with the Virgil and Twilio services
Stars: ✭ 128 (+611.11%)
Mutual labels:  cryptography, encryption
Encrypt
🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
Stars: ✭ 199 (+1005.56%)
Mutual labels:  cryptography, encryption
Helib
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
Stars: ✭ 2,749 (+15172.22%)
Mutual labels:  cryptography, encryption

Flame is an ActionScript library that provides a number of useful UI controls, collections, cryptographic services, and utilities to work with the Flex SDK.

The API is heavily inspired by .NET Framework.

License

The code is released under the Apache License, Version 2.0.

Features

Collections

Provides wrapper classes that expose a Vector as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces.

Cryptographic services

Provides cryptographic services including support for National Security Agency (NSA) Suite B algorithms, secure encoding and decoding of data, as well as hashing and random number generation. All algorithms has been tested for the compatibility with .NET Framework and JDK (JCE).

  • Hash algorithms: MD5, RIPEMD-160, SHA-1, SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)
  • Keyed-hash algorithms: HMAC
  • Symmetric algorithms: AES, Rijndael, RC4
  • Asymmetric algorithms: RSA (with key blinding, OAEP, PKCS #1, PSS), Elliptic Curve Diffie-Hellman (ECDH), Elliptic Curve Digital Signature Algorithm (ECDSA)
  • Abstract Syntax Notation One (ASN.1) encoding and decoding

Numerics

Provides classes to represent arbitrarily large signed integers (BigInteger) and complex numbers.

UI controls

Provides both Spark and MX controls for single and multi-file uploading, checkbox grouping, collapsible panel, advanced tab bar, flow layout, bindable validators, and a few small extensions to several controls of the Flex SDK.

Utilities

Provides a few utility classes to work with Array, Vector, ByteArray, Date, and String types as well as methods for data conversion.

Build

The library can be compiled using Ant:

ant -f <Path to the project>/build.xml -Dbasedir=<Path to the project>

Note that it is required to define an environment variable FLEX_HOME pointing to the Flex SDK directory.

Downloads

The binaries and documentation are available in the Releases section.

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