SkillAgentSearch skills...

EncryptLaravel5

Duplicate the encryption function of php Laravel v5. This will allow those php apps to decrypt this data.

Install / Use

/learn @Kjuib/EncryptLaravel5
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

encryptLaravel5

Duplicate the encryption/decryption of php Laravel v5.

Installation

    npm i encrypt-laravel-5 --save

Usage (Javascript)

    let encryptLaravel5 = require('encrypt-laravel-5');

    let encryptedValue = encryptLaravel5.encrypt('value1', '<your laravel5 api key here>');
    
    let decryptedValue = encryptLaravel5.decrypt(encryptedValue, '<your laravel5 api key here>');
    // decryptedValue === 'value1'

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4y ago
Forks2

Languages

JavaScript

Security Score

55/100

Audited on Feb 4, 2022

No findings