Posts
-
laravel-ab
A server-side A/B testing tool for Laravel.
This is your Laravel database connection that is used to store the A/B testing data. This is handy when you want to store the A/B testing data in a different database. When empty, it will use your default database connection.
'connection' => 'mysql',Tags: #php
-
seccomp-tools
Provide powerful tools for seccomp analysis
Provide powerful tools for seccomp analysis.
This project targets to (but is not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but also useful for analyzing seccomp of real cases.
Tags: #ruby • seccomp • seccomp-filter
-
dexcount-gradle-plugin
A Gradle plugin to report the number of method references in your APK on every build.
The plugin is available from the Gradle Plugin Portal under the ID
com.getkeepsafe.dexcount, and from Maven Central under the coordinatescom.getkeepsafe.dexcount:dexcount-gradle-plugin:3.1.0.Snapshot builds are available from the Sonatype Snapshot Repository at
https://oss.sonatype.org/content/repositories/snapshots.Dexcount requires Java 8 or higher, Gradle 6.0 or higher, and Android Gradle Plugin 3.4.0 or higher.
Tags: #java • android • gradle
-
frida-dexdump
A frida tool to dump dex in memory to support security engineers analyzing malware.
frida-dexdumpis a frida tool to find and dump dex in memory to support security engineers in analyzing malware.Tags: #python
-
snowflakes
❄️ Falling snowflakes
- Only one JavaScript file
- CSS Animation
- Rubber design
- Flexible settings
Tags: #typescript • js • css
-
zipsell
A free open source platform for selling digital downloads such as ebooks
Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.
Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased. Since it is self-hosted, you receive payments directly and avoid paying commissions to 3rd party marketplaces.
Zipsell is built with Ruby on Rails.
Demo site - http://demo.zipsell.org
Tags: #ruby • ecommerce-platform • downloads
-
MALSync
Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.
MAL-Sync is a powerful extension and userscript, which enables automatic episode tracking between MyAnimeList/Anilist/Kitsu/Simkl and multiple anime streaming websites.
Makes it possible to use your MyAnimeList/Anilist/Kitsu/Simkl anime/mangalist as a centralized bookmarks system for all supported pages.
Tags: #typescript • myanimelist • 9anime
-
AndroidInstantVideo
展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and video publishing by RTMP.
展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等。
本项目主要是为了展现Android使用硬编码下的视频数据流动,目前完成了H264和AAC编码以及对视频帧的图像处理,以及RTMP直播推流。欢迎Fork和Pull Request。
感谢以下项目 LibRtmp-Client-for-Android
Tags: #java • android • opengl
-
java-aes-crypto
A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.
Here are the features of this class. We believe that these properties are consistent with what a lot of people are looking for when encrypting Strings in Android.
- Works for strings: It should encrypt arbitrary strings or byte arrays. This means it needs to effectively handle multiple blocks (CBC) and partial blocks (padding). It consistently serializes and deserializes ciphertext, IVs, and key material using base64 to make it easy to store.
- Algorithm & Mode: We chose: AES 128, CBC, and PKCS5 padding. We would have picked GCM for its built-in integrity checking, but that’s only available since Android Jelly Bean.
- IV Handling: We securely generate a random IV before each encryption and provide a simple class to keep the IV and ciphertext together so they’re easy to keep track of and store. We set the IV and then request it back from the Cipher class for compatibility across various Android versions.
- Key generation: Random key generation with the updated generation code recommended for Android. If you want password-based keys, we provide functions to salt and generate them.
- Integrity: Lots of people think AES has integrity checking built in. The thinking goes, “if it decrypts correctly, it was generated by the person with the private key”. Actually, AES CBC allows an attacker to modify the messages. Therefore, we’ve also added integrity checking in the form of a SHA 256 hash.
- Older Phones: It’s designed for backward compatibility with older phones, including ciphers that are available for most versions of Android as well as entropy fixes for old Android bugs.
Tags: #java
-
intercom-rails
The easiest way to install Intercom in a Rails app.
The easiest way to install Intercom in a rails app.
For interacting with the Intercom REST API, use the
intercomgem (https://github.com/intercom/intercom-ruby)Requires Ruby 2.0 or higher.
Tags: #ruby
subscribe via RSS