2017 © Pedro Peláez
 

library ncrypt

this will encrypt and decrypt what ever data you parse into it

image

dreamaker/ncrypt

this will encrypt and decrypt what ever data you parse into it

  • Thursday, July 12, 2018
  • by samwel244
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

NCRYPT (Laravel Package)

Issues Forks License, (*1)

Table of Contents

Install

To install the NCRYPT, (*2)

first download via composer by running the command composer require dreamaker\ncrypt if you do not have composer you could just clone this repo, (*3)

after download, (*4)

Then include or into your project directory and put this at the top of you class or file use Dreamaker\Crypt\Crypt;, (*5)

Documentation

Crypt::encrypt($value), (*6)

This method will simply encrypt your value, (*7)

Crypt::decrypt($value), (*8)

This method will simply decrypt your value, (*9)

License

NCrypt is free software distributed under the terms of the MIT license., (*10)

Contribution guidelines

Please report any issue you find in the issues page.
Pull requests are welcome., (*11)

The Versions

12/07 2018

dev-master

9999999-dev

this will encrypt and decrypt what ever data you parse into it

  Sources   Download

MIT

by SamuelEzedi

11/07 2018

v1.0.1

1.0.1.0

this will encrypt and decrypt what ever data you parse into it

  Sources   Download

MIT

by SamuelEzedi

11/07 2018

v1.0.0

1.0.0.0

this will encrypt and decrypt what ever data you parse into it

  Sources   Download

MIT

by SamuelEzedi