Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Clojars Project

clj-base64

Functions to encode and decode base64 strings.

Usage

(use 'remvee.base64)
(encode-str "I 8> clojure!") ; => "SSA4PiBjbG9qdXJlIQ=="
(decode-str "SSA4PiBjbG9qdXJlIQ==") ; => "I 8> clojure!"

Installation

Drop the following dependency in your project.clj at the appropriate place:

[clj-base64 "0.0.3"]

License

Copyright (c) Remco van 't Veer. All rights reserved.

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

About

Functions to encode and decode base64 strings.

Topics

Resources

Packages

No packages published
You can’t perform that action at this time.