v1.0.0 Release 👋 #27
haneenmahd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v1.0.0 👋
Create and test with hashes, in two types HMAC and Normal Hasing, with three different types of algorithms md5, sha256, sha512 and three different encodings hex, base64, base64url only with Hashable. Use our REST API service for use in with your client-side applications, which needs next-gen hashing solutions.
Features 🚀:
What's Changed
New Contributors
Full Changelog: beta-v1.0.0...v1.0.0
Documentation
Hashable
A Client-Side Gateway for users to interact with cryptography 🤩
We also have a REST API for in use with Client-Side Applications.What is Hashable?
Hashable is an open-source, client-side gateway for users to test out cryptographic functions and hashing methods. We also support a REST API which users can use to hash strings in their own website on client-side Javascript Applications.
REST API 🛠
Our Rest API is a simple implementation of generating hashes through a get request.
Here is on example using Javascript, which represents a simple program that hashes a string in sha256.
See more about our server documentation at
server
.Get Examples for:
Get complete examples here 🙄.
Sponsors ❤️
Does your company or your project use `Hashable`? Sponsor us so that can we can release bug-free, feature-rich versions of `hashable` 😊.
Building our Project 🏗
Building our project is not a big work! It is simple and easy. But there are some steps you need to follow first.
First of all, we recommend having Node.js of version 14 or higher.
Download Node.js Here 📑
Clone the repo using
Git
:Create and set a branch name:
Install missing Packages 📦
Continue Working on your PR 💪🏻.
Run this script inorder to build the server:
cd server npm run build
Linting our server code:
cd server npm run lint
Starting and running our server:
cd server npm run start
If you wanna build and start the server, run this instead:
cd server npm run build:start
Cleaning build output:
cd server npm run clean
Running server tests
npm run test
Linting Code inside web
cd web npm run lint
Contact💬
You can contact the Developer on Twitter @HaneenMahdin🐥
License 📑
We have licensed this project under MIT.
This discussion was created from the release v1.0.0 Release 👋.
Beta Was this translation helpful? Give feedback.
All reactions