PHPackages                             sham3r/cipher-bsk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. sham3r/cipher-bsk

ActiveLibrary[Security](/categories/security)

sham3r/cipher-bsk
=================

A lightweight encryption library implementing techniques from the research paper 'A Hybrid Cryptographic Scheme of Modified Vigenère Cipher using Randomized Approach for Enhancing Data Security' by Sazzad Saju. This library provides robust data security with secure hashing capabilities and Laravel-native support. For more details, visit: https://bit.ly/cipher-bsk

1.1.1(6mo ago)116MITPHPPHP &gt;=7.4

Since Jan 28Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/Sazzad-Saju/cipher-bsk-composer-package)[ Packagist](https://packagist.org/packages/sham3r/cipher-bsk)[ RSS](/packages/sham3r-cipher-bsk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

cipher-bsk-composer-package
===========================

[](#cipher-bsk-composer-package)

Bornomala Symmetric Key (BSK) stream cipher, is a lightweight encryption library implementing techniques from the research paper 'A Hybrid Cryptographic Scheme of Modified Vigenère Cipher using Randomized Approach for Enhancing Data Security' by Sazzad Saju. This library aims to provide robust data security with an easy-to-use API. For more details, visit:

### 🔐 New in v1.1.1

[](#-new-in-v111)

- Added `secureHash()` and `verifyHash()` for dual-layer password encryption.
- Added Laravel integration (config, service provider, and facade).
- Backward compatible with v1.0.

Installation/Launch
-------------------

[](#installationlaunch)

Install the package via Composer:

```
composer require sham3r/cipher-bsk
```

Usage
-----

[](#usage)

### Basic Encryption/Decryption (Existing functionality)

[](#basic-encryptiondecryption-existing-functionality)

```
