base32.js
                                
                                
                                
                                    base32.js copied to clipboard
                            
                            
                            
                        Base 32 for JavaScript
                                            Results
                                            
                                                2
                                            
                                            base32.js issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            Found while investigating a bug in speakeasy. It's easy to demonstrate that values of length, 8, 16, 24 etc. roundtrip correctly, but other lengths do not: ```node > b.encode(b.decode("ABCDEFGH")) 'ABCDEFGH'...