Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tubone24/yoroshiku_onegai_shimaaasu

よろしくお願いしまぁぁぁすっ!!
https://github.com/tubone24/yoroshiku_onegai_shimaaasu

rsa-cryptography wasm-bindgen

Last synced: 1 day ago
JSON representation

よろしくお願いしまぁぁぁすっ!!

Awesome Lists containing this project

README

        

# よろしくお願いしまぁぁぁすっ!! (Yes, please!!)

Let's play on this page.

## What is this?

In the movie "Summer Wars," there is a scene where the main character Kenji Koiso (小磯健二) receives a mysterious sequence of numbers, which he solves in one night, resulting in a serious problem.

The cipher that he used was RSA cipher, and he was able to factorize a huge number of digits in one night.

As an aside. In Japan, during reruns of Summer Wars, everyone yells `Yes, please!` (よろしくお願いしまぁぁぁすっ!!).

## Technical side

This program challenges you to solve RSA cryptography by using [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) and launching WebAssembry created by Rust on your browser.

Therefore, there is no need for a server for the calculation. It would be a shame if everyone had to run such a heavy script.

## Precondition

### Install wasm

```
make install-wasm
```

### Build wasm

```
make build
```

### Run simple server

```
make run-local
```