Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmihaylov/netsuite-aes-encrypt-decrypt-string
Simple Suitelet that encrypts / decrypts string in AES
https://github.com/gmihaylov/netsuite-aes-encrypt-decrypt-string
aes-encryption encryption-decryption netsuite suitelet suitescript2
Last synced: 11 days ago
JSON representation
Simple Suitelet that encrypts / decrypts string in AES
- Host: GitHub
- URL: https://github.com/gmihaylov/netsuite-aes-encrypt-decrypt-string
- Owner: gmihaylov
- License: mit
- Created: 2023-12-26T15:10:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T02:13:22.000Z (about 1 year ago)
- Last Synced: 2024-11-10T08:33:42.065Z (2 months ago)
- Topics: aes-encryption, encryption-decryption, netsuite, suitelet, suitescript2
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NetSuite AES Encrypt Decrypt String
Simple Suitelet that encrypts / decrypts string in AES## Used libraries
- crypto-js## Notes
- Encrypted output is in base64 string## Screenshots
![App Screenshot](screenshots/screenshot1.png)