nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

Add more encoders/decoders - SHA256 #15

Closed nadchif closed 4 years ago

nadchif commented 4 years ago

We need more encoders/decoders, ie String to Hex, String to MD5 etc.

To add an encoder or decoder, follow the Contributing Guide

Shankhanil commented 4 years ago

I am going for string --> SHA256. will be ready in a jiffy. Meanwhile, give me more ideas of encoders/decoders if you have any

nadchif commented 4 years ago

Thank you once again @Shankhanil

nadchif commented 4 years ago

@Shankhanil Thank you for that. Actually I have an idea. Would it be possible to add String to PHP Serialize. Something similar to this: https://www.php.net/manual/en/function.serialize.php.

PHP Developers using Brackets may find this helpful