Download the PHP package nihilsen/keypad without Composer
On this page you can find all versions of the php package nihilsen/keypad. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nihilsen/keypad
More information about nihilsen/keypad
Files in nihilsen/keypad
Package keypad
Short Description Client-side cryptography framework for Laravel using Blade components and native Web Crypto API.
License MIT
Homepage https://github.com/nihilsen/keypad
Informations about the package keypad
Keypad 🎹 for Laravel
Keypad is a Laravel package that aims to make it easier to add client-side encryption and decryption to your Laravel applications.
Keypad offers a suite of reactive Blade components that can be inserted into your existing authentication forms.
Under the hood, Keypad uses browser-native Web Crypto API.
Installation
You can install the package via composer:
You can run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Components and usage
Login: <x-keypad::login>
Register: <x-keypad::register>
Encrypt: <x-keypad::encrypt>
Decrypt: <x-keypad::decrypt>
Changelog
Please see CHANGELOG for more information on what has changed recently.
Roadmap
- [x]
<x-keypad::login />
- [x]
<x-keypad::register />
- [x]
<x-keypad::encrypt />
- [x]
<x-keypad::decrypt />
- [x]
<x-keypad::hash />
- [x]
<x-keypad::change-password />
- [ ]
<x-keypad::recover />
Contributing
- Pull requests, bug reports and feature requests are welcome.
Credits
- Nihilsen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of keypad with dependencies
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.14.0